getData {sBIC} | R Documentation |
Return the set data.
Description
If data has been set for the object using the setData() function then will return that data, otherwise will throw an error.
Usage
getData(this)
## S3 method for class 'BinomialMixtures'
getData(this)
## S3 method for class 'FactorAnalyses'
getData(this)
## S3 method for class 'GaussianMixtures'
getData(this)
## S3 method for class 'LCAs'
getData(this)
## S3 method for class 'LatentForests'
getData(this)
## S3 method for class 'ReducedRankRegressions'
getData(this)
Arguments
this |
the object from which to get the data. |
[Package sBIC version 0.2.0 Index]