Data A
Variable Type Len Format
Date Num 8 Date9.
Return Num 8 Best12.
Data B
I want to do t-test with 2 sample var Return.
How can I do?
CODE NOT TESTED. data have; length dsn d $ 40; set data_a data_b indsname=d; dsn=d; run; proc ttest data=have; class dsn; var return; run;
Dive into keynotes, announcements and breakthroughs on demand.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!