DecisionPointList
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.
# S4 method for DecisionPointList,ANY
plot(x, suppress = FALSE, ...)# S4 method for DecisionPointList
print(x, ...)
# S4 method for DecisionPointList
show(object)