Is there a way to exclude cases from a dataset if they do not have sufficient observations?
I wrote:
keep house if _n(VCF0900c >= 45)
but it didn't work Is there a solution to this problem? Thanks for any help.
I wrote:
keep house if _n(VCF0900c >= 45)
but it didn't work Is there a solution to this problem? Thanks for any help.

Comment