LDOmodelselection-class {LoBrA}R Documentation

An S4 class to represent a model selection result based on an 'LDO'.

Description

An S4 class to represent a model selection result based on an 'LDO'.

Slots

ldo

LDO 'LDO' object the model selection is based on.

potentialBreaks

numeric Vector of numeric values that were considered as potential break points in the model selection.

splinetype

character Type of spline used.

qualityMeasure

character Quality measures used during the model selection ('AIC', 'BIC' or 'LogLik')

modelList

list List of all models tested.

quality

list List of quality matrices, one matrix for each quality measure used. Each matrix contains the quality for each spline tested for each component.

breaks

list For each tested spline, this list contains a vector of breaks.


[Package LoBrA version 1.0 Index]