Hey!
I want to present the results of my statistical simulation with a different graph. So far I have greated only a boxplot, see attached:
#delimit ;
graph box t1 t3, title("Graph 2: Simulated probabilities of post-conflict relapse") ///
scheme(s1mono) legend(off) ///
note("Source: Created by the author based on statistical simulation technique (introduced by King et al. 2000)") ///
ylabel(0 "0%" 0.2 "20%" 0.4 "40%" 0.6 "60%" 0.8 "80%") ///
ytitle("Expected likelihood of conflict resurgence")
name(graph2, replace);
#delimit cr
However, the problem is that the boxplot does not show the confidence intervals.Something like the second uploaded picture would be cool. How can I display my variable t1 and t3 just as lines indicating the confidence intervals and a dot in the middle for the mean (or median)?
I'm very grateful for advice!
I want to present the results of my statistical simulation with a different graph. So far I have greated only a boxplot, see attached:
#delimit ;
graph box t1 t3, title("Graph 2: Simulated probabilities of post-conflict relapse") ///
scheme(s1mono) legend(off) ///
note("Source: Created by the author based on statistical simulation technique (introduced by King et al. 2000)") ///
ylabel(0 "0%" 0.2 "20%" 0.4 "40%" 0.6 "60%" 0.8 "80%") ///
ytitle("Expected likelihood of conflict resurgence")
name(graph2, replace);
#delimit cr
However, the problem is that the boxplot does not show the confidence intervals.Something like the second uploaded picture would be cool. How can I display my variable t1 and t3 just as lines indicating the confidence intervals and a dot in the middle for the mean (or median)?
I'm very grateful for advice!
Comment