rsd
and rowRsd
are convenience functions to calculate the relative
standard deviation (i.e. coefficient of variation) of a numerical vector
or for rows of a numerical matrix, respectively.R/rsd.R
rsd.Rd
Calculate relative standard deviations
rsd
and rowRsd
are convenience functions to calculate the relative
standard deviation (i.e. coefficient of variation) of a numerical vector
or for rows of a numerical matrix, respectively.
rsd(x, na.rm = TRUE, mad = FALSE) rowRsd(x, na.rm = TRUE, mad = FALSE)
x | for |
---|---|
na.rm |
|
mad |
|
Johannes Rainer
#> [1] 0.1580575#> a a a #> 0.1580575 0.1580575 0.1580575