doBy (version 4.6-2)

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
# NOT RUN {
x <- c(1, 2, 3, 4, NA, NaN)
descStat(x)

# }

Run the code above in your browser using DataLab