Dear colleagues,
I am trying to run a fixed effects model with xtlogit, but it does not allow using pweights or clustering the standard errors. Any clue how to overcome this? The command I am trying to run is:
Thank you in advance.
I am trying to run a fixed effects model with xtlogit, but it does not allow using pweights or clustering the standard errors. Any clue how to overcome this? The command I am trying to run is:
Code:
xtlogit y x1 x2 i.year if country=="Egypt" [pweight=weight], fe vce(cluster id)

Comment