BookmarkSubscribeRSS Feed
rhapsody
Calcite | Level 5

Is there a way to use proc ttest and use a column of null hypothesis?

 

The simple proc ttest looks like this

 

proc ttest h0=80 sides=u alpha=0.1 data=temp_table;
  var time_series1 time_series2;
run;

 Instead of having h0=80 is there a way to take a column of h0 rows?

 

h0

80 

120

150

90

70

60

5 REPLIES 5
PeterClemmensen
Tourmaline | Level 20

What does that column look like? Please post the data

rhapsody
Calcite | Level 5

Done! I've edited the question

PeterClemmensen
Tourmaline | Level 20

Ok. Do you want a separate PROC TTEST run for each H0?

rhapsody
Calcite | Level 5

Yes

rudfaden
Lapis Lazuli | Level 10

I dont believe you can use a column directly for input. But you could make a macro that would take and input and run a ttest for each value in the input.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1579 views
  • 0 likes
  • 3 in conversation