-
Notifications
You must be signed in to change notification settings - Fork 3
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
Checking formatting of input data frame #27
Comments
For hierarchical data, want to check that the |
Managing hierarchical data:
|
Internal functions to check data: |
See file |
New function
checkInputData()
in scriptcheckInputData.R
.New tests for
checkInputData()
in scriptcheckInputData.R
(see #26)Function includes the following checks:
Warnings
Check whether empty rows are present
Check whether rows containing only NA are present
Check whether rows have one or more missing value
Errors
Check that the result column is present
Check that the poolSize column is present
Check that results column values are numeric or integer
Check that poolSize column values are numeric or integer
Check that result column contains only 0 and 1
The text was updated successfully, but these errors were encountered: