cfadat {cfa} | R Documentation |
The cfadat
data frame has 8 rows and 4 columns.
There are 3 columns containing the configurations and 1 column containing
the counts
data(cfadat)
This data frame contains the following columns:
f
m
mno
myes
cno
cyes
A dataset for cfa must contain 2 or more columns with factors or numbers indication the configuration and one column indicating the counts
The data were freely invented to illustrate the function of the cfa
data(cfadat) cfa(cfadat[1:3],cfadat[4])