Learn R Programming

DynTxRegime (version 3.2)

PropensityFit_SubsetList-class: Class "PropensityFit_SubsetList"

Description

Propensity regression when subset modeling is used.

Arguments

Objects from the Class

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

Slots

txInfo:

An object of class "TxInfoWithSubsets." Treatment information.

Extends

Classes "SubsetList-class," "PropensityRegression-class," and "SubsetsModeled-class" directly.

Classes "SingleDecisionPoint-class" and "List-class" by class "SubsetList-class," distance 2.

Methods

predict

signature(object = "PropensityFit_SubsetList"): Predict propensity score for all subsets.

Examples

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

Run the code above in your browser using DataLab