Dear Stata community,
I have run the Fine-Gray competing risk model using stcrreg and worked perfectly well. However, my data is from several sites which are significantly different. I would like to account for this heterogeneity explicitly using a random effect multilevel model. I am aware the stcrreg support an option for robust SE but unfortunately this method does not explicitly account for the heterogeneity.
Here is sample model
stcrreg i.age_cat,comp(cevent) vce (cluster site) //this runs
The multilevel model I need would look like this
stcrreg i.age_cat || site:,comp(cevent)
However the above model does not work. Does in anyone know how I can control for the competing event as well as the heterogeneity in the model?
Thanks
Best regards Moses Ngari
Related Posts with stcrreg competing risk model with random intercept
Filtering methods in Micro panelsDear all I have a micro panel(No: of firms=3000 and no: of years=8). My variable of interest is Cash…
Problem with png2rtfHi all, I am using png2rtf module to add a graph file to a word file. All its ok but I have a probl…
Interaction term and fixed effectHello, I'm somewhat puzzled that stata is able to estimate an interaction term of a variable that d…
exprot regression table to word or excelHi all, i have cretaed a regression table using estout command usning the code below Code: regress …
Markstat and PDF: Change the width of stata outputHi everyone, I am using markstat to make a pdf document. However, one of the stata results appeared…
Subscribe to:
Post Comments (Atom)
0 Response to stcrreg competing risk model with random intercept
Post a Comment