new("TypedSimpleFit", ...)
.
These objects are for convenience in package development
and should not be created by users.type
:"character."
Description of model; one of {"Combined", "moMain", "moCont"}. txInfo
:"TxInfoBasic."
The treatment information. model
:"formula."
The model. solver
:"methodObj."
The information required to obtain parameter estimates. predictor
:"methodObj."
The information required to obtain predictions. "modelObjFit"
, "SingleDecisionPoint-class"
,
"OutcomeRegression-class"
, and "SubsetsNotModeled-class"
directly.signature(object = "TypedSimpleFit", data = "data.frame")
:
Predict outcome for all treatment options.
signature(object = "TypedSimpleFit")
:
Retrieve the parameter estimates for each regression. signature(object = "TypedSimpleFit")
:
Retrieve the value object returned by each regression method. signature(x = "TypedSimpleFit")
:
Generate plots of each regression object. signature(object = "TypedSimpleFit")
:
Predict outcome for new data or training data. signature(x = "TypedSimpleFit")
:
Print each regression object. signature(object = "TypedSimpleFit")
:
Show key results of each regression object. signature(object = "TypedSimpleFit")
:
Retrieve key summary information from each regression object.