Hi Stata Users,
I am using Stata v15 to look at the distribution of a continuous variable using boxplot command.
The code is
And the output is 
I am wondering why the box and whiskers aren’t visible. Is it because of some outliers?
Is there an alternative to boxplot?
Thanks in advance!
I am using Stata v15 to look at the distribution of a continuous variable using boxplot command.
The code is
Code:
graph box gvalue, over(year) horizontal
I am wondering why the box and whiskers aren’t visible. Is it because of some outliers?
Is there an alternative to boxplot?
Thanks in advance!
Comment