FMM-getS4 function

General S4 Class Extractor Functions

General S4 Class Extractor Functions

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' ,
getM(objFMM) getOmega(objFMM) getData(objFMM)

Arguments

  • objFMM: an object of class of class 'FMM'.

Returns

Return the content of the corresponding slot.

  • Maintainer: Itziar Fernandez
  • License: GPL (>= 2)
  • Last published: 2025-03-01