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
failure to run programDear Stata Forum members, I made a program like this: cap program drop sampletps program define sa…
Panel count data with repeated measurements per day, per groupHi I have a data set I could use some input on how best to analyze. Its a hierarchical data with an…
Summarize for second level onlyDear all, I would like to ask you wheter it is possible to get information (mainly about number of …
Generate vars with conditions inside a loopHi, I have a question, why the next sintaxis(with conditions) is not possible? foreach i of numlis…
CTRL+F in browse mode not working properlyHi all, I am using a dataset with Greek characters. I've noticed that when I do a ctrl+f in browse …
Subscribe to:
Post Comments (Atom)
0 Response to Adding percentiles to boxplots
Post a Comment