getNumSamples: Number of samples in the set data.

Description Usage Arguments

View source: R/ModelPoset.R

Description

If data has been set using the setData method then returns the number of samples in the data. Otherwise throws an error.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
getNumSamples(this)

## S3 method for class 'BinomialMixtures'
getNumSamples(this)

## S3 method for class 'FactorAnalyses'
getNumSamples(this)

## S3 method for class 'GaussianMixtures'
getNumSamples(this)

## S3 method for class 'LCAs'
getNumSamples(this)

## S3 method for class 'LatentForests'
getNumSamples(this)

## S3 method for class 'ReducedRankRegressions'
getNumSamples(this)

Arguments

this

the object from which to get the number of samples.


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