descriptives(data, vars, mean = TRUE, median = TRUE, mode = FALSE, sum = FALSE, sd = FALSE, variance = FALSE, range = FALSE, min = TRUE, max = TRUE, se = FALSE, skew = FALSE, kurt = FALSE, freq = FALSE, plots = FALSE, plotW = 480, plotH = 320, quart = FALSE, pcEqGr = FALSE, pcNEqGr = 4)dataTRUE (default) or FALSE, provide the meanTRUE (default) or FALSE, provide the medianTRUE or FALSE (default), provide the modeTRUE or FALSE (default), provide the sumTRUE or FALSE (default), provide the standard
deviationTRUE or FALSE (default), provide the varianceTRUE or FALSE (default), provide the rangeTRUE or FALSE (default), provide the minimumTRUE or FALSE (default), provide the maximumTRUE or FALSE (default), provide the standard errorTRUE or FALSE (default), provide the skewnessTRUE or FALSE (default), provide the kurtosisTRUE or FALSE (default), provide frequency tables
(nominal, ordinal variables only)TRUE or FALSE (default), provide frequency
tables (nominal, ordinal variables only)TRUE or FALSE (default), provide quartilesTRUE or FALSE (default), provide quantiles## Not run:
# descriptives(data, vars=c('x', 'y', 'z'), min=TRUE, max=TRUE)
# ## End(Not run)
Run the code above in your browser using DataLab