| Agrupadas {RcmdrPlugin.TeachStat} | R Documentation |
Grouped or tabulated data set
Description
Grouped or tabulated data set, given by lower and upper limits and frequency.
It is used as an example for the use of the Numerical Summaries - Tabulated data window of the RcmdrPlugin.TeachStat package
Usage
data("Agrupadas")
Format
Data frame with 4 cases (rows) and 3 variables (columns).
LinfNumeric value, the lower limit of the tabulated data.
LsupNumeric value, the upper limit of the tabulated data.
niNumeric value, the frequency of the tabulated data.
Examples
data(Agrupadas)
calcularResumenDatosTabulados(l_inf=Agrupadas$Linf, l_sup=Agrupadas$Lsup,
ni=Agrupadas$ni, statistics =c("mean", "sd", "IQR", "quantiles"), quantiles
= c(0,0.25,0.5,0.75,1), tablaFrecuencia=FALSE)
[Package RcmdrPlugin.TeachStat version 1.1.3 Index]