Description Usage Arguments Value Author(s)
View source: R/calc_error_metrics.R
Checks calc_error_metrics_input is correct
1 2 3 4 5 6 7 8 | check_calc_error_metrics_input(
spec_error,
endemic_error,
nonendemic_error,
spec_baseline_error,
endemic_baseline_error,
nonendemic_baseline_error
)
|
spec_error |
A list with three elements each with a numeric vector. |
endemic_error |
A list with one element with a numeric vector. |
nonendemic_error |
A list with one element with a numeric vector. |
spec_baseline_error |
A list with three elements each with a numeric vector. |
endemic_baseline_error |
A list with one element with a numeric vector. |
nonendemic_baseline_error |
A list with one element with a numeric vector. |
Nothing. Throws error if input is not correct
Joshua Lambert, Pedro Neves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.