e***@gmail.com
2019-08-28 16:51:52 UTC
I am working with the following syntax:
GRAPH
/LINE(MULTIPLE)=MEAN(DRS_Score) BY data_point BY PRE_LTCH
/PANEL ROWVAR=Sex_AA2 ROWOP=CROSS.
I would like to change the axis scale (it's currently .5 to 3.5 because it's plotting means, I would like it to be the full 0 to 14 scale.
I also wondering if it's possible in SPSS to show both of the panels on one graph (right now there's 2 panels, one for male and one for female, with 3 lines on each graph for the three locations. My boss wants all six lines on one graph).
I'd like to stick with GRAPH because we eventually want to make a macro or loop with it to go through all our variables, and from what I've read you can't do that with GPL unless you use python which is outside our wheelhouse.
Thank you.
GRAPH
/LINE(MULTIPLE)=MEAN(DRS_Score) BY data_point BY PRE_LTCH
/PANEL ROWVAR=Sex_AA2 ROWOP=CROSS.
I would like to change the axis scale (it's currently .5 to 3.5 because it's plotting means, I would like it to be the full 0 to 14 scale.
I also wondering if it's possible in SPSS to show both of the panels on one graph (right now there's 2 panels, one for male and one for female, with 3 lines on each graph for the three locations. My boss wants all six lines on one graph).
I'd like to stick with GRAPH because we eventually want to make a macro or loop with it to go through all our variables, and from what I've read you can't do that with GPL unless you use python which is outside our wheelhouse.
Thank you.