Hi,
I am trying to implement the bootstrapped skewness-adjusted t-statistic originally developed by Johnson (1978) and outlined in Lyon et al. (1999) to test the significance of my average buy-and-hold abnormal returns. I am just looking to use this for a one sample test, not as a two sample test.
Is this as simple as using the bootstrap method in proc ttest? Any help would be really appreciated.
Cheers.
Yes, you can use the BOOTSTRAP statement in PROC TTEST. Ask for the BC (bias-corrected) interval if you are concerned about skewness. The TTEST doc shows formulas for all bootstrap intervals. For an example of how to use the BOOTSTRAP statement, see "The BOOTSTRAP statement for t tests in SAS" (although the article uses two-sample tests).
Calling @Rick_SAS
Yes, you can use the BOOTSTRAP statement in PROC TTEST. Ask for the BC (bias-corrected) interval if you are concerned about skewness. The TTEST doc shows formulas for all bootstrap intervals. For an example of how to use the BOOTSTRAP statement, see "The BOOTSTRAP statement for t tests in SAS" (although the article uses two-sample tests).
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.