Hello everyone,

I have tried to find a way to know how many candidates repeat and don't repeat in the same place through time. The thing is I have an append with lots of observations and these observations can be the same id in a different year.

I do not know whether this is a correct way to count: egen countnum=count( id ), by( year place )

Could anybody lend me a hand?

Thank you


Array