Hi I use coefplot to stack several graphs together. When I want to add a note, it adds to each sub graph rather than to the bottom of the stacked graph. How can I achieve adding one OVERALL note/text/caption to the overall graph than to each subgraph?
coefplot (normal1, offset(0) keep(treat)) ///
|| (normal2, offset(0) keep(treat))///
||, vertical byopts(compact cols(1) yrescale legend(off)) //
coeflabels(, tlcolor(none) labsize(small)) ///
mlabel(cond(@pval<.01, "***", cond(@pval<.05, "**", cond(@pval<.1, "*", "")))) note("able")
Thanks!
Related Posts with Add one overall note, text or caption to a combined coefplot
Reliability in factor analysisHello everybody I just have a general statistical question: Raykovs reliability coefficients is by …
Catplot - bar widthDear all, I am trying to plot stacked bar charts using -catplot-. I would like to reduce the width …
Panel yes / no and how do deal with themDear Community, I am collecting data from the updates that various projects have. I would like to in…
Football and Covid, problem in including some teamsGood Evening. I am dealing with a project in Econometrics, in which I have to see what is the effec…
Problem with creating yearly Quantile dummiesHi everyone, I have a data set with different companies from 2002 till 2018, with the percentage of…
Subscribe to:
Post Comments (Atom)
0 Response to Add one overall note, text or caption to a combined coefplot
Post a Comment