Wednesday, May 13, 2020

Drawing a boxplot

Hi Stata Users,

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
And the output is Array
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!

No comments:

Post a Comment