View source: R/predict_cste_bin.R
predict_cste_bin | R Documentation |
Predict the CSTE curve of new data for binary outcome.
predict_cste_bin(obj, newx)
obj |
a S3 class of cste. |
newx |
samples of covariates which is a |
A S3 class of cste which includes
g1
: predicted g_1(X\beta_1)
.
g2
: predicted g_2(X\beta_2)
.
B1
: the B-spline basis for estimating g_1
.
B2
: the B-spline basis for estimating g_2
.
Guo W., Zhou X. and Ma S. (2021). Estimation of Optimal Individualized Treatment Rules Using a Covariate-Specific Treatment Effect Curve with High-dimensional Covariates, Journal of the American Statistical Association, 116(533), 309-321
cste_bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.