"PropensityAndOutcome"
Identifies method as using both propensity score and outcome regressions.
Objects can be created by calls of the form new("PropensityAndOutcome", ...)
.
These objects are for convenience in package development
and should not be created by users.
propen
:An object of class "PropensityRegression."
Results of propensity score regression step(s).
outcome
:An object of class "OutcomeRegression."
Results of outcome regression step(s).
signature(object = "PropensityAndOutcome")
:
Retrieve the parameter estimates for each regression.
signature(object = "PropensityAndOutcome")
:
Retrieve the value object returned by each regression method.
signature(object = "PropensityAndOutcome")
:
Retrieve the value object returned by each regression method.
signature(x = "PropensityAndOutcome")
:
Generate plots of each regression object.
signature(x = "PropensityAndOutcome")
:
Print each regression object.
signature(object = "PropensityAndOutcome")
:
Retrieve the value object returned by each propensity
regression method.
signature(object = "PropensityAndOutcome")
:
Show key results of each regression object.
signature(object = "PropensityAndOutcome")
:
Retrieve key summary information from each regression object.
# NOT RUN {
showClass("PropensityAndOutcome")
# }
Run the code above in your browser using DataLab