Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

stdErrMedBoot

Standard eror of median by boot-strap


Description

stdErrMedBoot estimate standard eror of median by boot-strap approach. Note: requires package boot

Usage

stdErrMedBoot(x, nBoot = 99)

Arguments

x

(numeric) vector to estimate median and it's standard error

nBoot

(integer) number for iterations

Value

(numeric) vector with estimated standard error

See Also

Examples

set.seed(2014); ra1 <- c(rnorm(9,2,1),runif(8,1,2))
rat1 <- ratioAllComb(ra1[1:9],ra1[10:17])
median(rat1); stdErrMedBoot(rat1)

wrMisc

Analyze Experimental High-Throughput (Omics) Data

v1.5.4
GPL-3
Authors
Wolfgang Raffelsberger [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.