getData: Return the set data.

Description Usage Arguments

View source: R/ModelPoset.R

Description

If data has been set for the object using the setData() function then will return that data, otherwise will throw an error.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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.


sBIC documentation built on May 2, 2019, 4:16 a.m.