I have dataset with the 3 columns.
price
Factor (numeric var 1-15 categories)
group (string (100 categories))
I need for each Factor categories select only these groups who have observation more then five! How do it?
This is not correct!
new<-city[(city$group)>5,]