Learn R Programming

cities (version 0.1.3)

colSD: colSD

Description

Helper function to calculate standard deviation of matrix by columns

Usage

colSD(data_in)

Value

Vector of standard deivations of columns of data_in.

Arguments

data_in

matrix of numeric values

Examples

Run this code
set.seed(1)
colSD(matrix(rnorm(100), ncol=5))

Run the code above in your browser using DataLab