TypedFit_SubsetList-methods {DynTxRegime}R Documentation

Methods Available for Objects of Class TypedFit_SubsetList

Description

Methods call equivalently named methods defined for TypedFit objects. When a value object is returned, it is a list. The element names of the list are the subset names to which the result pertains.

predict(object, ...) Patients not in subset are NA.

Usage

## S4 method for signature 'TypedFit_SubsetList'
coef(object, ...)

## S4 method for signature 'TypedFit_SubsetList'
fitObject(object, ...)

## S4 method for signature 'TypedFit_SubsetList,ANY'
plot(x, suppress = FALSE, ...)

## S4 method for signature 'TypedFit_SubsetList'
predict(object, newdata, ...)

## S4 method for signature 'TypedFit_SubsetList'
print(x, ...)

## S4 method for signature 'TypedFit_SubsetList'
show(object)

## S4 method for signature 'TypedFit_SubsetList'
summary(object, ...)

[Package DynTxRegime version 4.16 Index]