QLearnFit | R Documentation |
This function implements the Q-learning estimation for individualized treatment rule and the inference procedure based on the de-correlated score (see reference).
QLearnFit(data, intercept = FALSE, standardize = TRUE)
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. |
intercept |
includes intercept or not |
standardize |
whether standardize the input covariant matrix. |
A list
Use glmnet
to fit a nigh-dimensional Q-learning.
Augmented design matrix with covariate and treatment interations for Q-learning.
Treatment coded in 1 and -1.
Outcome used in the inferenc step.
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.