estBS1: Estimate benchmarking statistics and their uncertainty by...

View source: R/estBS.R

estBS1R Documentation

Estimate benchmarking statistics and their uncertainty by bootstrapping

Description

Estimate benchmarking statistics and their uncertainty by bootstrapping

Usage

estBS1(
  error,
  props = c("mue", "mse", "rmsd", "skew", "kurt", "q95", "q95hd", "P1", "W"),
  nboot = 1000,
  do.sip = TRUE,
  eps = 1,
  seed = 123,
  silent = TRUE
)

Arguments

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.


ppernot/ErrViewLIb documentation built on June 5, 2024, 9:57 p.m.