Hello
I am trying to check t test while I have a variables dl dm dn (profit vs assets in 3 variations) while my class is az. The az is dummy variable with 0 or 1 (1 is a family and 0 is not a family).
This is my project:
proc ttest data=sasuser.sasfile120416;
class az;
var dl dm dn;
run;
And the answer I got in log is
ERROR: The CLASS variable has more than two levels.
I checked and the az is only 1 and 0, so what it could be?
Thanks for any help!
Any missing values? Is a format applied to variable.
Post output from following:
proc freq data=sasuser.sasfile120416;
Format az;
Table az/missing
Run;
Any missing values? Is a format applied to variable.
Post output from following:
proc freq data=sasuser.sasfile120416;
Format az;
Table az/missing
Run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.