KuaiKuai Wang7 days agoContour plots in StataContour plots are a way to show a three-dimensional surface on a two-dimensional plane. It graphs two predictor variables on the x and y...
Laura WhitingFeb 18Use a String Variable to Label A Numeric Variable for Graph Category LabelsYou can use the labmask command to copy a string variable across to use as a value label. this can sometimes be more useful than the enco...
Laura WhitingFeb 18An Arrow Flow Diagram in StataYou can map temperature on an arrow chart in Stata. This graph uses data obtained from the Australian Bureau of Meteorology. The average ...
Laura WhitingFeb 18A Parallel Coordinate Plot in StataYou can generate a parallel coordinate plot in Stata using macros and a forvalues{} loop. This graph also makes use of the ds command, so...
Laura WhitingFeb 18A Paired Plot with Arrows Showing ChangeYou can create a scatter plot with the before values and add arrows to the scatter points to show treatment effects. To generate this gra...
Laura WhitingFeb 18A Paired Plot with Joined Lines for Each ObservationYou can create a paired plot to look at before and after an event, with each observation of before connected by a line to its equivalent ...
Laura WhitingFeb 18A Paired Plot in StataA paired plot is useful when you have effects or linked data that you want to compare. To generate this graph in Stata, use the following...
Laura WhitingFeb 18Odds Ratio Graph with Ordered BarYou can order the bars when creating an odds ratio graph by sorting observations into your chosen order and then generating a variable co...