Learn R Programming

DynTxRegime (version 3.2)

SubsetList-class: Class "SubsetList"

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.

Arguments

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.

Extends

Classes "List-class" and "SingleDecisionPoint-class", directly.

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.

Examples

Run this code
# NOT RUN {
showClass("SubsetList")
# }

Run the code above in your browser using DataLab