Description Usage Arguments Value See Also Examples
This function will check to make sure the structure is correct and that the forecast probabilities are non-negative and sum to a value between 0.9 and 1.1.
1 | verify_entry_file(file, challenge = "ilinet")
|
file |
A csv entry file |
challenge |
one of "ilinet", "hospital" or "state_ili", indicating which challenge the submission is for |
Invisibly returns TRUE
if successful
1 2 | file <- system.file("extdata", "valid-test.csv", package="FluSight")
verify_entry_file(file) # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.