Dear Statalist
I have what seems to be a pretty straightforward question but I have not been able to manage myself, so hopefully one of you will be able to see what I can do.
I have produced a lot of hbar-graphs using - graph hbar- with code similar to this:
graph hbar (mean) var1, over(var2) over(var3) by(var4) + different options + note("Note: ...", span).
The code works just fine and I get the graphs I want in terms of layout etc., except for the note which is placed below both windows in the graph - i.e. below the visualizations related to both of the categories on var4 (which is gender (male/female) by the way).
My question: Is there a way to add the note at the very bottom of the graph and only once, i.e. disregarding the separation on gender which causes the note to be "doubled" at the moment?
Best regards
Related Posts with Notes on hbar graph
Export results for Markov-switching ARGood afternoon, I'm doing a few Markov-switching AR models and needed to store the results, prefera…
How to reduce the size of large data files in Stata?I have a dataset on "effects of marijuana on mental health" and it has 9 lac observations. Now I ass…
teffects nnmatch: how to get matched observations via gen() despite some unmatched observationsHi all, I am using teffects nnmatch to match treated units with several controls units. My goal is …
Interaction Effect versus Sub-Group AnalysisHello, I have a basic modelling question related to an analysis I am running using STATA. I do real…
command lasso is unrecognizedDear all I am trying to run the following lasso command: lasso linear outcome $controls, rseed(123…
Subscribe to:
Post Comments (Atom)
0 Response to Notes on hbar graph
Post a Comment