Learn R Programming

DynTxRegime (version 3.01)

OutcomeOnly-class: Class

Description

Identifies method as using only outcome regression.

Arguments

Objects from the Class

Objects can be created by calls of the form new("OutcomeOnly", ...). These objects are for convenience in package development and should not be created by users.

Slots

outcome:
An object of class "OutcomeRegression." Results of outcome regression step(s).

Methods

.predictAllOutcome
signature(object = "OutcomeOnly", data = "data.frame"): Predict outcome for all treatment options.

coef
signature(object = "OutcomeOnly"): Retrieve the parameter estimates for each regression.

fitObject
signature(object = "OutcomeOnly"): Retrieve the value object returned by each regression method.

outcome
signature(object = "OutcomeOnly"): Retrieve the value object returned by each regression method.

plot
signature(x = "OutcomeOnly"): Generate plots of each regression object.

print
signature(x = "OutcomeOnly"): Print each regression object.

propen
signature(object = "OutcomeOnly"): Retrieve the value object returned by each propensity regression method (returns NA).

show
signature(object = "OutcomeOnly"): Show key results of each regression object.

summary
signature(object = "OutcomeOnly"): Retrieve key summary information from each regression object.

Examples

Run this code
showClass("OutcomeOnly")

Run the code above in your browser using DataLab