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
Creating dummy based on variable value in subset yearHi all, If I have data of 100 firms for 10 years with three variables; and I want to make a dummy v…
datatypes and Logistic regressionGeneral question Do I have a special data format when performing logistic regression? What I mean i…
General regression helpHi, I am having some problems with the basics of regressions. I have panel data, similar to what is…
myqreg vs qregI'm working with a code (from a published paper) and it defines the following program: Code: progr…
export the result of logistic in excelHi, I have 30 predictors and I would like to fit uni-variate logistic regression for each predictor…
Subscribe to:
Post Comments (Atom)
0 Response to Add one overall note, text or caption to a combined coefplot
Post a Comment