Standard error of median for each column by bootstrap
Determine standard error (sd) of median by bootstraping for multiple sets of data (rows in input matrix 'dat'). Note: Uses the package boot.
colMedSds(dat, nBoot = 99)
dat |
(numeric) matix |
nBoot |
(integer) number if iterations |
(numeric) vector with estimated standard errors
set.seed(2016); dat1 <- matrix(c(runif(200)+rep(1:10,20)),ncol=10) colMedSds(dat1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.