ValueInfer | R Documentation |
This function implements the inference for value of individualized treatment rule.
ValueInfer( data, method = "ITRFit", trainingfrac = 0.5 * log(NROW(data$predictor)), resamplingIter = 2000, ... )
data |
A list - list(predictor = x, treatment = trt, outcome = y)), where x is the covariate matrix, trt is 0 or 1 (1 indicates treatment), y is the outcome. |
method |
method can be either 'ITRFit' or 'QLearn'. |
trainingfrac |
determines the traning sample size by |
resamplingIter |
determines how many resamplings. By default, it is 1000. |
... |
Other parameters in |
A list
Estimation of the value function given the decision rule estimated by PEARL or Q-learning
Estimated standard error of the value function
value+1.96*se
value-1.96*se
Muxuan Liang <mliang@fredhutch.org>
Muxuan Liang, Young-Geun Choi, Yang Ning, Maureen Smith, Yingqi Zhao (2020). Estimation and inference on high-dimensional individualized treatment rule in observational data using split-and-pooled de-correlated score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.