Hi guys!
In my database I have a panel data of results of a test for multiple schools. However I have to work with 47 of them and each school has a unique id to identify each one. RBD is de ID of each school so I wanted to use the keep if command and write the every id of the 47 schools that I'm working with.
However after the sixth condition, stata shows me an error
I don't know what the problem is, so I'd really appreciate your help.
Thanks!
In my database I have a panel data of results of a test for multiple schools. However I have to work with 47 of them and each school has a unique id to identify each one. RBD is de ID of each school so I wanted to use the keep if command and write the every id of the 47 schools that I'm working with.
Code:
keep if rbd==7929 | rbd==7987 | rbd==7874 | rbd==7887 | rbd==7927 | rbd=7968 | (...)
Code:
=exp not allowed r(101);
Thanks!

Comment