asd: Arithmetical standard deviation

Description Usage Arguments Details Value

Description

Take a numeric vector and return the arithmetic standard deviation.

Usage

1
asd(x)

Arguments

x

a numeric vector.

Details

The fucntion asd works as the standard function sd, but with option na.rm = TRUE by default.

Value

Return the arithmetic standard deviation of a vector, as the standard function stats::sd.


BenitoJaillard/combinAna documentation built on May 9, 2019, 2:17 a.m.