FMM-getS4: General S4 Class Extractor Functions

getS4R Documentation

General S4 Class Extractor Functions

Description

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

The extractor functions are:

getTimePoints Extracts the timePoints slot from a S4 object of class 'FMM'.
getData Extracts the data slot from a S4 object of class 'FMM',
getSummarizedData Extracts the summarizedData slot from a S4 object of class 'FMM',
getNPeriods Extracts the nPeriods slot from a S4 object of class 'FMM',
getFittedValues Extracts the fittedValues slot from a S4 object of class 'FMM',
getM Extracts the M slot from a S4 object of class 'FMM',
getA Extracts the A slot from a S4 object of class 'FMM',
getAlpha Extracts the alpha slot from a S4 object of class 'FMM',
getBeta Extracts the beta slot from a S4 object of class 'FMM',
getOmega Extracts the omega slot from a S4 object of class 'FMM',
getSSE Extracts the SSE slot from a S4 object of class 'FMM',
getR2 Extracts the R2 slot from a S4 object of class 'FMM',
getNIter Extracts the nIter slot from a S4 object of class 'FMM',

Usage

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

Arguments

objFMM

an object of class of class 'FMM'.

Value

Return the content of the corresponding slot.


FMM documentation built on June 8, 2025, 10:26 a.m.