We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment I don't think there are tests for:
'BMI ~ age, data = 'D'
D$BMI ~D$age
BMI_vector ~ age_vector
+ 1
+ 0
I think this would help trap potential errors
The text was updated successfully, but these errors were encountered:
This is probably also true for ds.glm, and will be true for ds.lmerSLMA and ds.glmerSLMA
Sorry, something went wrong.
Offsets and weights should be tested as standalone vectors and as part of the dataframe
Sorry for the delay in responding. Would you regard the current level of testing adequate to proceed with the release of v6.0?
No branches or pull requests
At the moment I don't think there are tests for:
'BMI ~ age, data = 'D'
D$BMI ~D$age
BMI_vector ~ age_vector
where the variables are not in a dataframe but in separate vectors+ 1
or+ 0
I think this would help trap potential errors
The text was updated successfully, but these errors were encountered: