Description
Stores results for subset modeling. Each element hold results
or models for a single subset. The name of the element is the
subset nickname as provided by user.Objects from the Class
A virtual Class: No objects may be created from it.Slots
loo
:- An object of class
"list."
A list of subset modeling results or models.
Methods
- coef
signature(object = "SubsetList")
:
Retrieve the parameter estimates for each regression. - fitObject
signature(object = "SubsetList")
:
Retrieve the value object returned by each regression method. - plot
signature(x = "SubsetList", y = "ANY")
:
Generate plots of each regression object. - predict
signature(object = "SubsetList")
:
Obtain predictions for each subset. If subset
is not available to a patient, NA is returned. - print
signature(x = "SubsetList")
:
Print each regression object. - show
signature(object = "SubsetList")
:
Show key results of each regression object. - summary
signature(object = "SubsetList")
:
Retrieve key summary information from each regression object.