Hi all,
I am new to STATA so this is a very basic question. I want to do a probit regression with controls for gender and state and year fixed effects. I need to cluster at the state*year of census level.
Would this look like:
"probit y variableofinterest gender i.statecode i.yearcode, cluster(state*year)"
Can you assist with this?
This isn't working but I am not sure how to run this code exactly.
Thanks!
I am new to STATA so this is a very basic question. I want to do a probit regression with controls for gender and state and year fixed effects. I need to cluster at the state*year of census level.
Would this look like:
"probit y variableofinterest gender i.statecode i.yearcode, cluster(state*year)"
Can you assist with this?
This isn't working but I am not sure how to run this code exactly.
Thanks!
Comment