Hello Everyone,
I have two groups and the outcome is the incidence of chronic pain at 3 and 6 months after surgery. I want to plot a bar chart with a confidence interval as an error bar.
Please suggest the command to use in STATA.
----------------------- copy starting from the next line -----------------------
------------------ copy up to and including the previous line ------------------
I have two groups and the outcome is the incidence of chronic pain at 3 and 6 months after surgery. I want to plot a bar chart with a confidence interval as an error bar.
Please suggest the command to use in STATA.
----------------------- copy starting from the next line -----------------------
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input byte(group chronic3_pain chronic6_pain) 1 1 1 1 1 1 2 0 0 1 0 0 2 1 1 1 0 0 2 0 0 2 0 0 1 0 0 2 1 1 end
Comment