0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: 3-D Pyramid of Means.syc
REM This item was created using SURVEY2, with SEX$ as the X-variable,, EDUCATN as the Y-variable, and INCOME as the Z-variable. The graph, can be converted to profile, dot, or line by changing the graph type, in this file. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a 3-D, pyramid of means.' TOKEN &xvariable / TYPE = VARIABLE PROMPT = 'Select an X-variable.', IMMEDIATE TOKEN &yvariable / TYPE = VARIABLE PROMPT = 'Select a Y-variable.', IMMEDIATE TOKEN &zvariable / TYPE = VARIABLE PROMPT = 'Select a Z-variable.', IMMEDIATE CATEGORY &yvariable PYRAMID &zvariable * &yvariable * &xvariable / XGRID YGRID ZGRID, AXES = BOOK CATEGORY &yvariable / OFF TOKEN