| 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
ldoLDO 'LDO' object the model selection is based on.
potentialBreaksnumeric Vector of numeric values that were considered as potential break points in the model selection.
splinetypecharacter Type of spline used.
qualityMeasurecharacter Quality measures used during the model selection ('AIC', 'BIC' or 'LogLik')
modelListlist List of all models tested.
qualitylist List of quality matrices, one matrix for each quality measure used. Each matrix contains the quality for each spline tested for each component.
breakslist For each tested spline, this list contains a vector of breaks.
[Package LoBrA version 1.0 Index]