powered by
Function to initialized time-dependent ROC object.
timeroc_obj( dist, params.x = NA, params.t = NA, copula = NA, params.copula = NA, params.ph = NA )
A 'TimeROC' object.
A string emphasizing the distribution assumption for biomarker-time-model.
Vector of biomarker parameter.
Vector of time-to-event parameter.
A string emphasizing on the copula to be used.
An integer for copula parameter.
An integer for association parameter.
## Copula model test <- timeroc_obj(dist = 'gompertz-gompertz-copula', copula = "gumbel90") ## PH model test <- timeroc_obj(dist = 'weibull-gompertz-PH')
Run the code above in your browser using DataLab