predict_cste_bin: Predict the CSTE curve of new data for binary outcome.

View source: R/predict_cste_bin.R

predict_cste_binR 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 m*p matrix.

Value

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.

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

cste_bin


CSTE documentation built on April 4, 2025, 12:27 a.m.

Related to predict_cste_bin in CSTE...