rowsd: Compute row standard deviations

Description Usage Arguments Value Examples

Description

This function computes the standard deviation of each row in a matrix.

Usage

1
rowsd(X)

Arguments

X

X must be a numeric matrix.

Value

Returns a vector containing the row standard deviations.

Examples

1
2
3
4
5
6
7
## Not run: 
mat<-matrix(rnorm(100*100),ncol=100)
a<-rowsd(mat)



## End(Not run)

FIACH documentation built on May 1, 2019, 8:02 p.m.

Related to rowsd in FIACH...