Learn R Programming

DynTxRegime (version 3.01)

PropensityFit_fSet-class: Class

Description

Propensity score regresssion when subsets are specified but not used in propensity regression.

Arguments

Objects from the Class

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

Slots

txInfo:
Object of class "TxInfoWithSubsets." The treatment information.

Methods

predict
signature(object = "PropensityFit_fSet"): predict propensity for newdata or training data.

Extends

Class "PropensityFit-class" directly.

Classes "modelObjFit", "SingleDecisionPoint-class", "PropensityRegression-class", and "SubsetsNotModeled-class" by "PropensityFit-class" distance 2.

Examples

Run this code
showClass("PropensityFit_fSet")

Run the code above in your browser using DataLab