Learn R Programming

FIACH (version 0.1.2)

rowsd: Compute row standard deviations

Description

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

Usage

rowsd(X)

Arguments

X
X must be a numeric matrix.

Value

Returns a vector containing the row standard deviations.

Examples

Run this code
## Not run: 
# mat<-matrix(rnorm(100*100),ncol=100)
# a<-rowsd(mat)
# 
# 
# ## End(Not run)

Run the code above in your browser using DataLab