Learn R Programming

dmacs (version 0.1.0)

colSD: Standard deviations of columns

Description

colSD computes standard deviations of columns.

Usage

colSD(x, ...)

Arguments

x

is a matrix or data frame for which we want to obtain column sds \@param ... are other arguments to be passed to sd, such as na.rm

Value

A vector of standard deviations by column