powered by
Function for generating a data.frame with averages or other descriptive measures grouped by a categorical variable
tabledesc(data, fun = mean)
Returns a data.frame with a measure of dispersion or position from a dataset and separated by a factor
data.frame containing the first column with the categorical variable and the remaining response columns
Function of descriptive statistics (default is mean)
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
data(pomegranate) tabledesc(pomegranate) library(knitr) kable(tabledesc(pomegranate))
Run the code above in your browser using DataLab