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
Quantile regression t-stata insignificantHi Joao Santos Silva Clyde Schechter I am running qreg for a panel of 372 firms with a monthly time…
Export either table or tabdisp as latex fileI am using: gen ycc_table=. replace ycc_table=year if evnt3w==1 by country ( ycc_table ), sort: …
how to calculate the experience diversity of panels?Every expert panel has about 5 experts, every expert has different experience such as service, R&…
Survival analysisDear all, I'm restructuring my historical datasets to perform survival analysis. My data is in a non…
Convolutions of two WTP empirical distributionsDear statalist, Have anyone coded a covolution to evaluate equality of empirical WTP distributions?…
Subscribe to:
Post Comments (Atom)
0 Response to Adding percentiles to boxplots
Post a Comment