Displaying 1 result from an estimated 1 matches for "trans_dem".
Did you mean:
trans_beg
2009 Jul 08
1
clogit comparison between Stata and R
...ogit(trans.dem ~ I(avg.gle_rgdp.500/gle_rgdp) + log(gle_rgdp) +
timesince.dem + I(timesince.dem^2) + timesince.dict + I(timesince.dict^2) +
p_polity2 + I(p_polity2^2) + strata(ccodecow) + cluster(ccodecow),
method="approximate", data=univ)
and I get an n of 3747.
In Stata, I run
clogit trans_dem avg_gle_rgdp_ratio loggle_rgdp timesince_dem
timesince_demsq timesince_dict timesince_dictsq p_polity2 pol2sq,
group(ccodecow) vce(cluster ccodecow)
which I hope is the same model. I get a message "29 groups (935 obs) dropped
because of all positive or all negative outcomes", and an n of...