summaryListeNormtabellen {CMO}R Documentation

Creates a summary of statistical parameters for lists of type Normtabelle

Description

Groups statistical core parameters (e.g. mean, median, sdev, min,... ) for a Normtabelle in table format. If the object contains more than one Normtabelle (as with stratification) statistical parameters are calculated foreach subpopulation.

Usage

summaryListeNormtabellen(x, forLatex = FALSE)

Arguments

x A list of class ListeNormtabellen or Normtabelle
forLatex if TRUE the output will be prepared in LaTeX format ready for Sweave.

Value

returns a table with summary statistics for a Normtabelle. In case of stratification summary statistics are calculated for the total population and foreach stratification.

Author(s)

Christian Montel

See Also

summary

Examples

#mimik some data vector
data <- ceiling(runif(1000)*100)
#mimik some stratification
stratif <- factor(rep(c(1,2),500))
summaryListeNormtabellen(Normierung(Base=data, Faktor=stratif,
Teilstichproben = c(1,2)))

[Package CMO version 1.02 Index]