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 new variable with date and time togetherHi, I am trying to create a new variable that has the date (bedtime_date) and time (q4_time_outofbe…
Replicating xtabond2 results with xtdpdgmmHello, I am using the following two-step difference GMM model: Code: xtabond2 y l.y l.x1 l.x2 l.x3…
-coefplot- for treatment effectsHello, I ran treatment effects regression adjustment (-teffects ra-, pomeans aequations) and now I …
All coefficients insignificantI am a bit of a beginner when it comes to stata, I am using the program to create a fixed effects mo…
Latent class analysis: marginal predicted probabilities vs marginal predicted posterior probabilities and estat vs predictI have a latent class model that I'm broadly happy with. I want to be able to say that x% of the sam…
Subscribe to:
Post Comments (Atom)
0 Response to Adding percentiles to boxplots
Post a Comment