Good morning everyone, I have a variable that tells me the school to which the students belong (colegio), and I want to eliminate the schools that have less than 10 observations, I am using the following code:
However, the schools that have the label 10 are eliminated, and not the observations.
Code:
drop if colegio<10