-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Data validation function #7
Conversation
Internal function to check that covariates exist in the dataset provided. Test updated to incorporate this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @certara-mtalley , just some minor changes requested, see comments. Let's additionally add this data validation function inside generate_residualsplots and generate_residualsplots2 (I updated ticket with additional scope).
Updated data validation function. Added it to other functions. Updated tests accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, approving and merging - thanks @certara-mtalley
Internal function to check that covariates exist in the dataset provided. Test updated to incorporate this.