cfa2dat {cfa}R Documentation

Example data for multiple cfa

Description

The cfa2dat data frame has 8 rows and 5 columns. There are 3 columns containing the configurations and 2 columns containing the counts

Usage

data(cfa2dat)

Format

This data frame contains the following columns:

gender
a factor with levels f m
married
a factor with levels mno myes
children
a factor with levels cno cyes
count1950
a numeric vector with the first set of counts
count1990
a numeric vector with the second set of counts

Details

A dataset for mcfa must contain 2 or more columns with factors or numbers indicating the configuration and two columns indicating the counts

Source

The data were freely invented for illustrative purposes only

Examples

data(cfa2dat)
mcfa(cfa2dat[1:3],cfa2dat[4:5],verbose=T)