0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: ANOVA Main Effect Plot.syc
REM This item was created using AFIFI, with SYSINCR as the response and, DRUG as the factor. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a main, effect plot corresponding to the ANOVA main effects, Quick Graph. You must identify a continuous dependent, variable and a categorical independent variable. Upon, completion, the data file in use contains the original, data and ANOVA diagnostic statistics.' TOKEN &resp / TYPE = NVARIABLE PROMPT = 'Select a continuous response, variable. The selected variable appears along the Y-, axis.' IMMEDIATE TOKEN &fact / TYPE = VARIABLE PROMPT = 'Select the categorical factor., The selected variable appears along the X-axis.' TOKEN &outfile / TYPE = SAVE PROMPT = 'Save Output File' OUTPUT / NOSCREEN PUSH GRAPH GRAPH NONE ANOVA SUBCAT &fact DEPEND &resp WORK &outfile / RESID DATA ESTIMATE OUTPUT USE &outfile / NONAMES CATEGORY &fact DOT &resp * &fact / LINE ERROR = sepred TITLE = 'Least Squares Means' CATEGORY &fact / OFF POP GRAPH TOKEN