getNumSamples {sBIC}R Documentation

Number of samples in the set data.

Description

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

Usage

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.


[Package sBIC version 0.2.0 Index]