Hello Stata Fam,
I want to compare parametric survival models using r2. I have calculated r2 for Exponential, Weibull, Loglogistic and Lognormal using
Code:
str2d:
but i got error message when i tried for ggamma
Code:
unknown distribution: ggamma
. Is there any way I can get around this please? Also, what are other methods I can use to compare the models in order to know the best model for my data?

Thanks