Hello,
I am using this code for boxplots -
graph box , ///
over(month, relabel()) ///
title () ///)
ytitle() ///
b1title() ///
ylabel() ///
yscale(range()) ///
egen mean = mean(), by()///
scatter Time mean, ms(Dh) msize(*2)
Is it possible to add markers to the boxplots indicating the actual values for the median, 1st, and 3rd quartiles?
Related Posts with Adding percentiles to boxplots
How to calculate the monthly average from daily data?I have daily data from 03-01-1994 to 29-12-1995. The first column is date and the second column is m…
Collapse using both string and alphanumericI am trying to collapse three (ultimately more) variables on zip codes, state names, and Congression…
Help ppml Stata 15Hi, I am trying to run this command on Stata 15: ppml trade EXPORTER_TIME_FE* IMPORTER_TIME_FE* ln…
How to calculate the monthly average of the multiple columns using loopsDear Stata-users, I have daily data from 03-01-1994 to 29-12-1995. In my datafile, the date column …
graph bar with several categorical variableshi stata users i would like to do this graph in stata; it's about different services and with a lik…
Subscribe to:
Post Comments (Atom)
0 Response to Adding percentiles to boxplots
Post a Comment