Hey STATA
I have tried (now for a couple of hours) to make an graph hbox with different variables
1.RVSWi_rest_gangSVi
2.PAcompliance_rest
3.papsys_rest
4.RVSWi_200w_gangSVi
5.PAcompliance_200w
6.papsys_200w
These variables are measured in an exercise test where the first 3 is at rest and the last 3 is during exercise. Now, I made a group (EROgroup) dividing these groups depending on there heart regurgitation.
What im trying to do is graph hbox plot in one graph where I have three variables at divided by the EROgroup at REST and the last three divided by the EROgroup at EXERCISE.
what I have done until now is making to box plot and graph combine. but is it possible to make the wanted graph??
graph hbox RVSWi_rest_gangSVi PAcompliance_rest papsys_rest_outlier , ///
legend(order(1 "Right Ventricle Stroke Work Index (g/(m2*beat))" 2 "Pulmonary Artery Compliance (ml/mmHg)" 3 "Systolic Pulmonary Artery Pressure (mmHG)") rows(3)) ///
over(EROgroup) title("Right ventricle function in MR") ///
subtitle ("(46 preoperative MR patients divided by ERO)""") ///
name(RVSWiboxplot_rest, replace)
*box plot at exercise
graph hbox RVSWi_200w_gangSVi PAcompliance_200w papsys_200w , ///
legend(order(1 "Right Ventricle Stroke Work Index (g/(m2*beat))" 2 "Pulmonary Artery Compliance (ml/mmHg)" 3 "Systolic Pulmonary Artery Pressure (mmHG)") rows(3)) ///
over(EROgroup) title("Right ventricle function in MR") ///
subtitle ("(46 preoperative MR patients divided by ERO)""") ///
name(RVSWiboxplot_200w, replace)
Related Posts with graph box plot with 6 variables and two groups
hierarchical dendrogramMy data describes a network where each 'parent' is followed by 'children', each of whom is then foll…
Understanding gsemDear all, maybe these questions are a bit silly but i am new to sem and gsem and want to use it to t…
Help file verificationHi all, This might be obvious for most of you, but since I just detected it, I thought to share it …
Windows 10 Pro shuts down whenever I run long Stata analysisThis is a new problem that I have never had before, but which has been persisting for about a month.…
Is it necessary to control for regional fixed effects AND cluster at the regional area in fixed effect panel analysis?I've noticed in my reading of fixed effects panel studies a lot of researchers will control for loca…
Subscribe to:
Post Comments (Atom)
0 Response to graph box plot with 6 variables and two groups
Post a Comment