QFitInfer | R Documentation |
This function implements the inference for Q-learning estimation (see reference).
QFitInfer(qLearnFit, parallel = TRUE, indexToTest = c(1:8), intercept = TRUE)
qLearnFit |
returns of |
parallel |
whether use parallel computing; by default, FALSE. |
indexToTest |
indicates which coefficients to test. By default, c(1:8) |
intercept |
includes intercept or not |
p-values are the p-value for each coefficients included in indexToTest. (betaAN-1.96*sigmaAN/sqrt(sample size), betaAN+1.96*sigmaAN/sqrt(sample size)) provides the 95% CI for the coefficients.
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.