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
i am using panel datai am using panel data and if i run the analysis it shows me that the resul of one variable "Age of P…
Having problem reshaping my qualitative data for estimation of nested logitI have a dataset with 727 observation and 29 variables. The variables with biom and solar prefix are…
Stacked bar graph: percentage of total observations, by groupsHello, I would like to produce a graph that shows the percentage of total observations (code_7), ov…
AVAR package problemHello, when I use eventstudyinteract I get the following message: struct ms_vcvorthog undefined (4…
i am using panel data and if i run the analysis it shows me "Age of PFA" is omitted because of collinearity. need help. find my data belowi am using panel data and if i run the analysis it shows me "Age of PFA" is omitted because of colli…
Subscribe to:
Post Comments (Atom)
0 Response to Add one overall note, text or caption to a combined coefplot
Post a Comment