Agrupadas | R Documentation |
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
data("Agrupadas")
Data frame with 4 cases (rows) and 3 variables (columns).
Linf
Numeric value, the lower limit of the tabulated data.
Lsup
Numeric value, the upper limit of the tabulated data.
ni
Numeric value, the frequency of the tabulated data.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.