Learn R Programming

DynTxRegime (version 3.2)

PropensityOnly-class: Class "PropensityOnly"

Description

Identifies method as using only propensity score regression.

Arguments

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.

Examples

Run this code
# NOT RUN {
showClass("PropensityOnly")
# }

Run the code above in your browser using DataLab