DecisionPointList-methods {DynTxRegime} | R Documentation |
Methods Available for Objects of Class DecisionPointList
Description
Methods Available for Objects of Class DecisionPointList
plot(x,suppress)
generates plots of the regression analysis for each decision point.
If suppress = FALSE, titles of plot will include the decision point
identifier.
print(x)
adds decision point information to print statements.
Each decision point is preceded by 'dp=x' where x is the decision point
number.
show(object)
adds decision point information to show statements.
Each decision point is preceded by 'dp=x' where x is the decision point
number.
Usage
## S4 method for signature 'DecisionPointList,ANY'
plot(x, suppress = FALSE, ...)
## S4 method for signature 'DecisionPointList'
print(x, ...)
## S4 method for signature 'DecisionPointList'
show(object)
[Package DynTxRegime version 4.16 Index]