Description Objects Slots Methods Author(s) See Also Examples
The arf3DS4 "sequence" class contains information of a sequence of fitted models. It can be used to assess the relative fit between models and decide which model fits best.
Objects can be created by calls of the form new("sequence", ...)
.
best
:Which model currently fits the best?
current
:The current model number in the sequence (not used).
regions
:Vector of number-of-regions to in the fitted sequence.
mnames
:Vector of modelnames of the sequence.
fit
:Vector of fit indices for each model.
minimum
:Vector of minima for each model.
valid
:Logical vector indicating valid models.
Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.
.classname.slotname(object)
.classname.slotname(object)<-
In this case classname is "sequence" and slotname is for example "fit". So to access the "fit" slot of an r-object "mysequence" (of class "sequence") type .sequence.fit(mysequence)
.
Wouter D. Weeda - w.d.weeda@gmail.com
1 | showClass("sequence")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.