aft_based | R Documentation |
Construct conformal predictive interval based on the accelareted failure-time (AFT) model
aft_based( x, c, alpha, data_fit, data_calib, dist = "weibull", weight_calib, weight_new )
x |
a vector of the covariate of the test data. |
c |
the censoring time cutoff. |
alpha |
a number betweeo 0 and 1, specifying the miscaverage rate. |
data_fit |
a data frame, containing the training data. |
data_calib |
a data frame, containing the calibration data. |
dist |
The distribution of T used in the aft model (default: weibull). |
weight_calib |
The weight corresponding to the calibration data. |
weight_new |
The weight corresponding to the test data. |
low_ci a value of the lower bound for the survival time of the test point.
includeR 0 or 1, indicating if [r,inf) is included in the confidence interval.
Other model:
distBoost_based()
,
gpr_based()
,
np_based()
,
ph_based()
,
portnoy_based()
,
pow_based()
,
quantBoost_based()
,
rf_based()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.