summaryListeNormtabellen {CMO} | R Documentation |
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.
summaryListeNormtabellen(x, forLatex = FALSE)
x |
A list of class ListeNormtabellen or Normtabelle |
forLatex |
if TRUE the output will be prepared in LaTeX format ready for Sweave. |
returns a table with summary statistics for a Normtabelle. In case of stratification summary statistics are calculated for the total population and foreach stratification.
Christian Montel
#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)))