powered by
stdErrMedBoot estimate standard eror of median by bootstrap approach. Note: requires package boot
stdErrMedBoot
stdErrMedBoot(x, nBoot = 9, silent = FALSE, debug = FALSE, callFrom = NULL)
This function returns a (numeric) vector with estimated standard error
(numeric) vector to estimate median and it's standard error
(integer) number for iterations
(logical) suppress messages
(logical) display additional messages for debugging
(character) allows easier tracking of messages produced
colMedSds and rowMedSds; based on boot
colMedSds
rowMedSds
boot
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)
Run the code above in your browser using DataLab