## S3 method for class 'integer':
Desc(x, xname = NULL, maxrows = 12, freq = NULL,
digits = 3, plotit = FALSE, ...)
HighLow
.PlotDesc.numeric
, which again basically is
PlotFdist
. Default is FAMeanSE
.quantile(x, probs = c(.05,.10,.25,.5,.75,.9,.95), na.rm = TRUE)
.mean(x)
/ sd(x)
mad
)Skew
.Kurt
.Freq
if maxlevels > unique values in the vector.Desc.factor
# default
Desc(d.pizza$count)
# with frequency table
Desc(d.pizza$count, maxlevels=15)
# Result object
res <- Desc(d.pizza$count, maxlevels=15)
res
Run the code above in your browser using DataLab