I would like to know if i can reject, using a linear regression and a t-distribution, the following Null hypothesis:
b=1
where b is the slope of my linear regression. My hypothesis is that b>1.
I am using R, and i know how to test whether my slope is significantly different than 0 but not if it is significantly different than 1!
Thank you for your time.