doBy (version 4.5-15)

descStat: Computing simple descriptive statistics of a numeric vector.

Description

Computing simple descriptive statistics of a numeric vector -- not unlike what proc means of SAS does

Usage

descStat(x, na.rm = TRUE)

Arguments

x
A numeric vector
na.rm
Should missing values be removed

Value

A vector with named elements.

See Also

summaryBy

Examples

Run this code
x <- c(1,2,3,4,NA,NaN)
descStat(x)

Run the code above in your browser using DataLab