Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

FMM (version 0.4.1)

getS4: General S4 Class Extractor Functions

Description

A collection of functions to extract slots from S4 objects of class 'FMM'.

The extractor functions are:

getTimePointsExtracts the timePoints slot from a S4 object of class 'FMM'.
getDataExtracts the data slot from a S4 object of class 'FMM',
getSummarizedDataExtracts the summarizedData slot from a S4 object of class 'FMM',
getNPeriodsExtracts the nPeriods slot from a S4 object of class 'FMM',
getFittedValuesExtracts the fittedValues slot from a S4 object of class 'FMM',
getMExtracts the M slot from a S4 object of class 'FMM',
getAExtracts the A slot from a S4 object of class 'FMM',
getAlphaExtracts the alpha slot from a S4 object of class 'FMM',
getBetaExtracts the beta slot from a S4 object of class 'FMM',
getOmegaExtracts the omega slot from a S4 object of class 'FMM',
getSSEExtracts the SSE slot from a S4 object of class 'FMM',
getR2Extracts the R2 slot from a S4 object of class 'FMM',
getNIterExtracts the nIter slot from a S4 object of class 'FMM',

Usage

getM(objFMM)
getOmega(objFMM)
getData(objFMM)

Value

Return the content of the corresponding slot.

Arguments

objFMM

an object of class of class 'FMM'.