Learn R Programming

sasLM (version 0.5.0)

SD: Standard Deviation

Description

Standard deviation of sample.

Usage

SD(x)

Arguments

x

a vector of numerics

Value

Sample standard deviation

Details

It removes NA in the input vector. The length of the vector should be larger than 1.