Dear Statalist Members,
I just red an interesting paper which analyses the effect of gdp on the likelihood of democratization.
The dataset is a cross country dataset covering years from 1800-2000. The dependent variable y is a dichotomous measure of democracy, thus a binary response model can be applied. In his paper, the author writes that a conditional logit FE model is applied.
In his dofile, however, he writes the following:
reg y x i.country i.year, rob cluster(id)
Obviously he includes country and year dummies, but he uses the "reg" command which, I thought, is for cross-sectional analysis and not for panel data.
Is his command the same as writing: clogit y x i.year, group(country) vce(cluster country) ?
I tried to estimate both methods, but when I want to run the clogit command, Stata makes a lot of iterations that are all indicated as "not concave". Thus, I guess the clogit command does not work.
Any help is highly appreciated since I need this kind of estimation for my master thesis.
Best,
Lisa
I just red an interesting paper which analyses the effect of gdp on the likelihood of democratization.
The dataset is a cross country dataset covering years from 1800-2000. The dependent variable y is a dichotomous measure of democracy, thus a binary response model can be applied. In his paper, the author writes that a conditional logit FE model is applied.
In his dofile, however, he writes the following:
reg y x i.country i.year, rob cluster(id)
Obviously he includes country and year dummies, but he uses the "reg" command which, I thought, is for cross-sectional analysis and not for panel data.
Is his command the same as writing: clogit y x i.year, group(country) vce(cluster country) ?
I tried to estimate both methods, but when I want to run the clogit command, Stata makes a lot of iterations that are all indicated as "not concave". Thus, I guess the clogit command does not work.
Any help is highly appreciated since I need this kind of estimation for my master thesis.
Best,
Lisa
Comment