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
Type mismatchI keep getting a 'type mismatch' error and I'm stumped. All feedback would be greatly appreciated! …
Kaplan Meyer CurveHello, I am working on a survival analysis paper and one of the reviewers has asked me to add censor…
impulse response functions modificationsHello, I was wondering if there is a way to modify the impulse magnitude in the impulse response fuc…
merge when value of one variable in dataset 1 matches either value of two variables in dataset 2Hi, I'm trying to merge two datasets by phone number. In dataset 1, each observation only has one ph…
Regression discontinuity, revising/improving code from version 8.2 for version 15.1I came across a clear introduction to regression discontinuity in chapter 16 of Khandker, Shahidur R…
Subscribe to:
Post Comments (Atom)
0 Response to Add one overall note, text or caption to a combined coefplot
Post a Comment