Skip to content

ds.glmSLMA needs more tests to catch potential errors in v6.0 #107

Description

@tombisho

At the moment I don't think there are tests for:

  • offsets parameter
  • weights parameter
  • the different ways of expressing a model formula, that is:
    • 'BMI ~ age, data = 'D'
    • D$BMI ~D$age
    • BMI_vector ~ age_vector where the variables are not in a dataframe but in separate vectors
  • formulae with a + 1 or + 0

I think this would help trap potential errors

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions