powered by
Basic descriptive sataistics of several variables by the categories of a factor.
BasicDescription(X, groups = NULL, SortByGroups = FALSE, na.rm = FALSE, Intervals = TRUE)
A list with the description of each variable.
A data frame or a matrix containing several numerical variables
A factor with the groupings
Sorting by groups
a logical value indicating whether NA values should be stripped before the computation proceeds.
Should the confidence intervals be calculated?
Jose Luis Vicente Villardon
data(wine) BasicDescription(wine[,4:8], groups = wine$Origin)
Run the code above in your browser using DataLab