Using Stata SE12
Data: Patient-level health data; patient characteristics and responses to a quality of life questionnaire
I want to produce multiple bar charts displaying the categorical data distribution (proportion of patients in each category) for each item on my questionnaire, and show this separately for patients in 4 different settings. The aim is to provide a visual summary of patient responses to the questions, comparing differences between settings of care - I want to show a lot of information on one page as a visual summary NB: this is not for an academic paper - im reporting to health care teams on the data they have collected.
I'm attaching the graph I have produced using catplot (SSC), code: catplot iposq2pain2_3, by(setting) percent(setting) blabel(bar, format(%4.1f) pos(top))
This is how I want each bar graph to look - but I want multiple items/questions included, by setting (4 bar charts per question) - all within the same graph. Is this possible?
Im also attaching a crude mock up of the graph I ideally want - a cut and paste of the graphs I have produced with catplot. example of ideal chart.docx
One final point - there is an example of a 'matrix of bar graphs' here: http://blog.stata.com/tag/sem/ does anyone know how this was produced?
Thank you
Data: Patient-level health data; patient characteristics and responses to a quality of life questionnaire
I want to produce multiple bar charts displaying the categorical data distribution (proportion of patients in each category) for each item on my questionnaire, and show this separately for patients in 4 different settings. The aim is to provide a visual summary of patient responses to the questions, comparing differences between settings of care - I want to show a lot of information on one page as a visual summary NB: this is not for an academic paper - im reporting to health care teams on the data they have collected.
I'm attaching the graph I have produced using catplot (SSC), code: catplot iposq2pain2_3, by(setting) percent(setting) blabel(bar, format(%4.1f) pos(top))
This is how I want each bar graph to look - but I want multiple items/questions included, by setting (4 bar charts per question) - all within the same graph. Is this possible?
Im also attaching a crude mock up of the graph I ideally want - a cut and paste of the graphs I have produced with catplot. example of ideal chart.docx
One final point - there is an example of a 'matrix of bar graphs' here: http://blog.stata.com/tag/sem/ does anyone know how this was produced?
Thank you
Comment