Learn R Programming

DynTxRegime (version 4.15)

TypedFitObj-methods: Methods Available for Objects of Class TypedFitObj

Description

Methods call equivalently named methods defined for TypedFit, TypedFit_fSet, TypedFit_SubsetList or DecisionPointList objects. The methods dispatched and objects returned depend on the class of @fit.

Usage

# S4 method for TypedFitObj
coef(object, ...)

# S4 method for TypedFitObj fitObject(object, ...)

# S4 method for TypedFitObj,ANY plot(x, suppress = FALSE, ...)

# S4 method for TypedFitObj predict(object, ...)

# S4 method for TypedFitObj print(x, ...)

# S4 method for TypedFitObj show(object)

# S4 method for TypedFitObj summary(object, ...)

Arguments