Last data update: 2014.03.03

R: The Data Example from Stemmler 2014
newbornsR Documentation

The Data Example from Stemmler 2014

Description

data example by Stemmler (2014) p. 26 where N = 56 newborns 'with seizures' = 1 or 'without seizures' = 2 (coded in the in first column named 'A') were tested with an intelligence test while they attended kindergarten. Children<c3><a2><c2><80><c2><99>s intelligence was divided into 'average or above' = 1 and 'below average' = 2 (coded in the in second column named 'B'). The third column gives the frequencies of the respective pattern.

Usage

  data(newborns)

Format

A data.frame with 3 columns and 4 rows. The last column gives the frequencies for the observed pattern in column 1:2. The data is in pattern frequencies table representation (object of class c("data.frame", "Pfreq"))

Details

No detail in the moment

References

Stemmler, M. (2014). Person-Centered Methods – Configural Frequency Analysis (CFA) and Other Methods for the Analysis of Contingency Tables. Cham Heidelberg New York Dordrecht London: Springer.

Examples

##############################################################
data(newborns)
dim(newborns)
newborns
##############################################################

Results