estBS1 | R Documentation |
Estimate benchmarking statistics and their uncertainty by bootstrapping
estBS1(
error,
props = c("mue", "mse", "rmsd", "skew", "kurt", "q95", "q95hd", "P1", "W"),
nboot = 1000,
do.sip = TRUE,
eps = 1,
seed = 123,
silent = TRUE
)
error |
(list) |
props |
(strings; optional) a vector of statistics to compute. |
nboot |
(numeric; optional) the number of bootstrap repetitions. |
do.sip |
(logical; optional) perform SIP analysis. |
eps |
(numeric; optional) threshold for the estimation of P1. |
seed |
(numeric; optional) seed for RNG. |
silent |
(logical; optional) flag to hide progress messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.