setData.FactorAnalyses {sBIC} | R Documentation |
Set data for the factor analysis models.
Description
Sets the data to be used by the factor analysis models when computing MLEs.
Usage
## S3 method for class 'FactorAnalyses'
setData(this, data)
Arguments
this |
the FactorAnalyses object. |
data |
the data to be set, should matrix of observed responses. |
[Package sBIC version 0.2.0 Index]