Learn R Programming

DynTxRegime (version 3.01)

IQLearnFS_ME-class: Class

Description

Results of the regression of the estimated main effects of the outcome of interest from IQ-Learning algorithm (IQ2).

Arguments

Objects from the Class

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

Slots

qFunc:
An object of class "matrix." The fitted values at both treatment options.

yMainHatSS:
An object of class "numeric." The estimated main effects component of the outcome of interest.

Extends

Classes "IQLearnBase-class", "IQLearnFS-class", and "DynTxRegime-class" directly.

Class "OutcomeOnly-class" by class "IQLearnBase-class", distance 2.

Methods

DTRstep
signature(object = "IQLearnFS_ME"): Retrieve description of method implemented to obtain object.

print
signature(x = "IQLearnFS_ME"): Print key results of method.

show
signature(object = "IQLearnFS_ME"): Show key results of method.

Examples

Run this code
showClass("IQLearnFS_ME")

Run the code above in your browser using DataLab