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
Creating a categorical variable from multiple numeric variablesI apologize if this is duplicative inquiry. I am working with the 2017-2018 Area Health Resource Fil…
fmlogit aweights not workingCan anyone help with why fmlogit does not accept aweights? I am running a very basic regression on …
Merging many string variables into oneHi, I'm using Stata for my short paper. I'm working on a merged long dataset with 656 observations. …
Use proportions for randomtag instead of countHi all, do anybody have a clue if there have been an update on "randomtag" to use proportions?. It w…
Merging variable labels with label valuesHi, I was wondering if there is a way to merge the variable names (labels) in the first column with …
Subscribe to:
Post Comments (Atom)
0 Response to Adding percentiles to boxplots
Post a Comment