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

rowMedSds

sd of median for each row by bootstrap


Description

rowMedSds determines the stand error (sd) of the median for each row by bootstraping each row of 'dat'. Note: requires package boot

Usage

rowMedSds(dat, nBoot = 99)

Arguments

dat

(numeric) matix, main input

nBoot

(integer) number if iterations for bootstrap

Value

(numeric) vector with estimated standard errors

See Also

Examples

set.seed(2016); dat1 <- matrix(c(runif(200)+rep(1:10,20)),ncol=10)
rowMedSds(dat1) ; plot(rowSds(dat1),rowMedSds(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.