Learn R Programming

RcmdrPlugin.TeachStat (version 1.1.0)

Agrupadas: 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")

Arguments

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 frecuency of the tabulated data.

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab