| RWL-class {DynTxRegime} | R Documentation |
Class RWL
Description
Class RWL contains results for an RWL analysis.
Slots
responseTypecharacter indicating type of response
residualsvector of outcome residuals
betavector of regime parameters
analysisContains a Learning or LearningMulti object
analysis@txInfoFeasible tx information
analysis@propenPropensity regression analysis
analysis@outcomeOutcome regression analysis
analysis@cvInfoCross-validation analysis if single regime
analysis@optimOptimization analysis if single regime
analysis@optimResultlist of cross-validation and optimization results if multiple regimes. optimResult[[i]]@cvInfo and optimResult[[i]]@optim
analysis@optimalEstimated optimal Tx and value
analysis@CallUnevaluated Call
Methods For Post-Processing of Regression Analysis
- outcome
: Retrieve value object returned by outcome regression methods.
- propen
: Retrieve value object returned by propensity regression methods.
- coef
: Retrieve parameter estimates for all regression steps.
- fitObject
: Retrieve value object returned by regression methods.
- plot
: Generate plots for regression analyses.
Methods For Post-Processing of Optimization Analysis
- cvInfo
: Retrieve cross-validation results.
- optimObj
: Retrieve value object returned by optimization method(s).
- regimeCoef
: Retrieve estimated parameters for optimal tx regime.
Methods For Accessing Main Results
- DTRstep
: Retrieve description of method used to create object.
- estimator
: Retrieve the estimated value of the estimated optimal regime for the training data set.
- optTx
: Retrieve/predict the estimated decision functions and/or optimal tx.
: Print main results of analysis.
- show
: Show main results of analysis.
- summary
: Retrieve summary information.