Description Usage Arguments Value Author(s) References
View source: R/calc_error_metrics.R
Calculates metrics between error and baseline error distributions
1 2 3 4 5 6 7 8 | calc_error_metrics(
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. |
a list of numerics
Pedro Neves, Joshua Lambert
Kolmogorov, A. (1933) Sulla determinazione empirica di una legge di distribuzionc, 1st. Ital. Attuari. G.. 4, 1–11.
Razali and Wah (2011) "Power comparisons of shapiro-wilk, kolmogorov-smirnov, lilliefors and anderson-darling tests" Journal of Statistical Modeling and Analytics 2, 21-33.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.