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
What does that column look like? Please post the data
Done! I've edited the question
Ok. Do you want a separate PROC TTEST run for each H0?
Yes
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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.