Learn R Programming

DynTxRegime (version 3.01)

IQLearnFS_VHet-class: Class

Description

Results of the variance of the regression of the estimated contrast component of outcome of interest in IQ-Learning.

Arguments

Objects from the Class

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

Slots

scale:
An object of class "numeric." Scaling factor for normalization of the residuals.

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

residuals:
An object of class "numeric." Residuals of the fit to the estimated contrast component.

Extends

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

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

Methods

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

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

qqplot
signature(x = "IQLearnFS_VHet"): Generate qq-plot.

residuals
signature(object = "IQLearnFS_VHet"): Retrieve the residual of the fitted second-stage contrast.

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

Examples

Run this code
showClass("IQLearnFS_VHet")

Run the code above in your browser using DataLab