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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.