Hello,
Is there a way for a graph command to automatically censor groups with a low n size? For example,
I realize this is possible to do manually in the data beforehand (create a new variable that is the count by var2, set values of var1 to missing if the count is too low).
Thank you.
Is there a way for a graph command to automatically censor groups with a low n size? For example,
Code:
graph bar (mean) var1, over(var2)
Thank you.
Comment