PropensityOnly-class: Class
Description
Identifies method as using only propensity score regression.Objects from the Class
Objects can be created by calls of the form new("PropensityOnly", ...).
These objects are for convenience in package development
and should not be created by users.Slots
propen:- An object of class
"PropensityRegression."
Results of propensity score regression step(s).
Methods
- coef
signature(object = "PropensityOnly"):
Retrieve the parameter estimates for each regression. - fitObject
signature(object = "PropensityOnly"):
Retrieve the value object returned by each regression method. - outcome
signature(object = "PropensityOnly"):
Retrieve the value object returned by each regression method (returns NA). - plot
signature(x = "PropensityOnly"):
Generate plots of each regression object. - print
signature(x = "PropensityOnly"):
Print each regression object. - propen
signature(object = "PropensityOnly"):
Retrieve the value object returned by each propensity
regression method. - show
signature(object = "PropensityOnly"):
Show key results of each regression object. - summary
signature(object = "PropensityOnly"):
Retrieve key summary information from each regression object.