Dear all,
I have a dataset with time-varying covariates and multiple observations for each subject.
When I run this code:
Stata issues following error message:
estat concordance may not be used with late entry or time-varying data
r(498);
Is there any workaround for this issue?
And, in general, is there any possibility to plot the Receiver Operating Curve (ROC) in order to have a visual impression of the Area Under the Curve (AUC)?
Thank you,
Maxim
I have a dataset with time-varying covariates and multiple observations for each subject.
When I run this code:
Code:
stset studytime, failure(event_flag) id(subject_id) stcox covariate1 covariate2, nohr estat concordance
estat concordance may not be used with late entry or time-varying data
r(498);
Is there any workaround for this issue?
And, in general, is there any possibility to plot the Receiver Operating Curve (ROC) in order to have a visual impression of the Area Under the Curve (AUC)?
Thank you,
Maxim
Comment