Standard eror of median by boot-strap
stdErrMedBoot
estimate standard eror of median by boot-strap approach.
Note: requires package boot
stdErrMedBoot(x, nBoot = 99)
x |
(numeric) vector to estimate median and it's standard error |
nBoot |
(integer) number for iterations |
(numeric) vector with estimated standard error
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.