getNumFactorsForModel {sBIC} | R Documentation |
Number of factors for a model.
Description
Given a model number returns the number of factors in that model
Usage
getNumFactorsForModel(this, model)
## S3 method for class 'FactorAnalyses'
getNumFactorsForModel(this, model)
Arguments
this |
the FactorAnalyses object. |
model |
the model number. |
[Package sBIC version 0.2.0 Index]