Hi everybody,
After I run the program I got the following Warning message:
*************************************************************
proc means data=Thrd_Snd n mean std t prt;
2666 var diff;
2667 title 'Is the AverageTotal Score on StudyThrdfollowup higher than
StudySndfollowup'
2668 run;
WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.
2669
*********************************************************************
I wonder what caused that?
Thank you in advance
Irin
After I run the program I got the following Warning message:
*************************************************************
proc means data=Thrd_Snd n mean std t prt;
2666 var diff;
2667 title 'Is the AverageTotal Score on StudyThrdfollowup higher than
StudySndfollowup'
2668 run;
WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.
2669
*********************************************************************
I wonder what caused that?
Thank you in advance
Irin