Agrupadas: Grouped or tabulated data set

AgrupadasR 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).

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.

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)


RcmdrPlugin.TeachStat documentation built on Nov. 14, 2023, 5:08 p.m.