Hi,
I am confused with the following code
I run the following code :
proc anova data=study_all;
title 'Analysis for Survey';
class survey;
model emotional=survey/t;
means survey;
run;
and I got the following Error message...What I am doing wrong?
Thank you in advance,
Irin
*****************************************************************************
*-----------------------------------------------------------------*/
12 /*-- Perform Anova test --*/
13 /*-----------------------------------------------------------------*/
14 proc anova data=out.study_all;
15 title 'Analysis for Survey';
16 class Survey;
_____
_____
_____
180
180
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
ERROR
180-322: Statement is not valid or it is used out of proper order.
ERROR 180-322:
Statement is not valid or it is used out of proper order.
17 model
emotional=Survey/t;
_____
_____
_____
180
180
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
ERROR
180-322: Statement is not valid or it is used out of proper order.
ERROR 180-322:
Statement is not valid or it is used out of proper order.
18 means Survey;
_____
_____
_____
180
180
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
ERROR
180-322: Statement is not valid or it is used out of proper order.
ERROR 180-322:
Statement is not valid or it is used out of proper order.
19 run;
ERROR:
Errors printed on page 2.
ERROR: Errors printed on page 2.
ERROR: Errors printed on
page 2.
I am confused with the following code
I run the following code :
proc anova data=study_all;
title 'Analysis for Survey';
class survey;
model emotional=survey/t;
means survey;
run;
and I got the following Error message...What I am doing wrong?
Thank you in advance,
Irin
*****************************************************************************
*-----------------------------------------------------------------*/
12 /*-- Perform Anova test --*/
13 /*-----------------------------------------------------------------*/
14 proc anova data=out.study_all;
15 title 'Analysis for Survey';
16 class Survey;
_____
_____
_____
180
180
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
ERROR
180-322: Statement is not valid or it is used out of proper order.
ERROR 180-322:
Statement is not valid or it is used out of proper order.
17 model
emotional=Survey/t;
_____
_____
_____
180
180
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
ERROR
180-322: Statement is not valid or it is used out of proper order.
ERROR 180-322:
Statement is not valid or it is used out of proper order.
18 means Survey;
_____
_____
_____
180
180
180
ERROR 180-322: Statement is not valid or it is used out of proper order.
ERROR
180-322: Statement is not valid or it is used out of proper order.
ERROR 180-322:
Statement is not valid or it is used out of proper order.
19 run;
ERROR:
Errors printed on page 2.
ERROR: Errors printed on page 2.
ERROR: Errors printed on
page 2.