Hi everyone,
I have a panel data of 5726 observations. I want to run a fixed effects model to capture regional effects. My command is
encode commid, gen(comm_id)
xtset comm_id region
However, stata returns the error "repeated time values within panel". How can I fix this?
I have a panel data of 5726 observations. I want to run a fixed effects model to capture regional effects. My command is
encode commid, gen(comm_id)
xtset comm_id region
However, stata returns the error "repeated time values within panel". How can I fix this?
Comment