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
Pyrite | Level 9

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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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