Laura WhitingFeb 18Create an Odds Ratio Graph in StataYou can create an odds ratio graph by combining a bar graph of point estimates and a ranged spiked cap graph of confidence intervals. To ...
Laura WhitingFeb 18Add Confidence Intervals by CategoryYou can add a range plot with capped spikes on top of a scatter graph to add confidence intervals to your graph. To generate this graph i...
Laura WhitingFeb 18Add Confidence Intervals to your Bar GraphYou can use a range plot with capped spikes to plot confidence intervals on top of a bar graph. To generate this graph in Stata, use the ...
Laura WhitingFeb 18Add a Table to your Graph using Macros and LoopsYou can add a summary table or guide on the side of your graph using local macros and looping with a forvalues{} loop. To generate this g...
Laura WhitingFeb 18Add a Table to your Graph with the Graph EditorYou can use the graph editor to add and position text boxes to appear in table form on your graph. There are also many ways for you to ea...
Laura WhitingFeb 18Add a Table to the Bottom of your GraphYou can add a simple table to the bottom of your graph. To do this you create the table by adding extra blank "observations" to the end o...
Laura WhitingFeb 18Fix Long Bar Graph Labels to Run Over Several LinesIn some instances you may have value labels for your variables that are very long. When you try to show these on a graph they all run int...
Laura WhitingFeb 18Add Custom Labels to your Bar GraphYou can use the relabel option within the over option in bar graphs to change the labels of the bars. It is important to note here that a...