Hello. I am using StataIC-10. I've submitted a paper to a journal, and a reviewer wants me to specify a 3-level model, but I don't know how. I have reviewed papers, books, Stata manuals and this forum, but I couldn't find the answer. Would you please help me?
I use stcox on cross-national data between 1945 and 2000. I'd like to test the factors of regime transition from autocracy to democracy. There are about 140 countries each year on average. I stratify them on regions. My command is:
stset dura, f(event) id(id)
stcox llngnp lindust un wsp demrp demgp, strata(region) cluster(country) efron
Because a country can experience the event multiple times, robust standard errors are calculated by clustering on country. The hazards functions are stratified on region. Covariates include log of GNP, level of industrialization, and UN membership for each country in each year, UN membership for each country, the level of democracy for each region in each year, and the level of democracy for the world in each year.
The journal reviewer says, "The combination of a discrete-time survival model with contextual variables at two higher levels of analysis (region-year and year) implies that a three level model is necessary: country-years (level 1) nested within region-years (level 2) nested within years (level 3). Or one could use a cross-classified model (country-years are cross-nested within regions and years)."
Would you please help specify a 3-level model?
Any comment is appreciated. Thank you very much in advance.
Rakkoo
I use stcox on cross-national data between 1945 and 2000. I'd like to test the factors of regime transition from autocracy to democracy. There are about 140 countries each year on average. I stratify them on regions. My command is:
stset dura, f(event) id(id)
stcox llngnp lindust un wsp demrp demgp, strata(region) cluster(country) efron
Because a country can experience the event multiple times, robust standard errors are calculated by clustering on country. The hazards functions are stratified on region. Covariates include log of GNP, level of industrialization, and UN membership for each country in each year, UN membership for each country, the level of democracy for each region in each year, and the level of democracy for the world in each year.
The journal reviewer says, "The combination of a discrete-time survival model with contextual variables at two higher levels of analysis (region-year and year) implies that a three level model is necessary: country-years (level 1) nested within region-years (level 2) nested within years (level 3). Or one could use a cross-classified model (country-years are cross-nested within regions and years)."
Would you please help specify a 3-level model?
Any comment is appreciated. Thank you very much in advance.
Rakkoo
Comment