predict_cste_bin {CSTE} | R Documentation |
Predict the CSTE curve of new data for binary outcome.
Description
Predict the CSTE curve of new data for binary outcome.
Usage
predict_cste_bin(obj, newx)
Arguments
obj |
a S3 class of cste. |
newx |
samples of covariates which is a |
Value
A S3 class of cste which includes
-
g1
: predictedg_1(X\beta_1)
. -
g2
: predictedg_2(X\beta_2)
. -
B1
: the B-spline basis for estimatingg_1
. -
B2
: the B-spline basis for estimatingg_2
.
References
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
See Also
[Package CSTE version 3.0.0 Index]