Hi all,
So I have a multi-level data, with individuals from different countries, over the period of 8 years. The individuals are not the same over the years. My dataset is also unbalanced, with all countries not having the same participation in all years.
I am running a probit, and i intend to control for the country and year fixed effects.
so my stata command is like:
probit preference age i.gender i.educlevel i.YEAR i.COUNTRY, vce(robust)
since my data is two level, i have read that using probit should be fine?
but to take account of the clustering i should include vce(cluster COUNTRY) as my standard errors.
so i alternatively tried:
probit preference age i.gender i.educlevel i.YEAR i.COUNTRY, vce(cluster COUNTRY)
However, upon doing this, my explanatory variables that were significant using the robust standard errors become insignificant with cluster.
Can someone help me explain what is happening in these commands?
another thing to note is that the number of countries in my data is around 40.
In similar literature, i have come across authors saying that they included country and time dummies (which i am doing using i.) and also robust clustering around country.
Alternatively, I wanted to ask, what happens when instead of the first command, the following commands are used:
meprobit preference age i.gender i.educlevel i.YEAR i.COUNTRY, vce(robust)
meprobit preference age i.gender i.educlevel i.YEAR || COUNTRY:, vce(robust)
IS using -probit- with clustered standard errors doing the same thing as -meprobit- with vce(robust) [ since the stata manual says that in meprobit using vce robust is similar to what they do by clustering around the highest level which in this case is COUNTRY]?
Related Posts with -meprobit- vs -probit- with clustered standard errors
gologit2Hello Statalist, I am running ordered probit regressions and have been using gologit2 rather than o…
Predicting individual-level slopes and intercepts after running mixed-effects modelsHi All I'm running two linear spline mixed-effects models (growth curve analysis) looking at mental…
GLM Model (log link, poisson family) predicting values > 1 with binary outcome but only with particular independent variableHello, Thanks in advance for reviewing my question. I am trying to run a glm model (below) with a r…
Cleaning a string variable to create a numerical variableHi, I have station-level electric fuel price variable that is reported in different formats - per ho…
pv command does not allow me to run a second pv-regression on the same datasetHi, I'm using the pv command from the pv package (ssc install pv). It runs a regression for five di…
Subscribe to:
Post Comments (Atom)
0 Response to -meprobit- vs -probit- with clustered standard errors
Post a Comment