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

colMedSds

Standard error of median for each column by bootstrap


Description

Determine standard error (sd) of median by bootstraping for multiple sets of data (rows in input matrix 'dat'). Note: Uses the package boot.

Usage

colMedSds(dat, nBoot = 99)

Arguments

dat

(numeric) matix

nBoot

(integer) number if iterations

Value

(numeric) vector with estimated standard errors

See Also

Examples

set.seed(2016); dat1 <- matrix(c(runif(200)+rep(1:10,20)),ncol=10)
colMedSds(dat1)

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.