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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 947 views
  • 0 likes
  • 3 in conversation