Page 1 of 1

test linear relationship between variables

Posted: Tue Jul 03, 2012 4:12 pm
by rob86
Hi Guys

Is there anyway to test whether the coefficent of one independent variables is greater than another?

i.e c(2)>C(3)>C(4)

obviously I could just look at them to see, but is there anyway to test this.

Thanks

Rob

Re: test linear relationship between variables

Posted: Tue Jul 03, 2012 4:41 pm
by startz
One-sided t-test.

Re: test linear relationship between variables

Posted: Thu Jul 05, 2012 1:13 am
by rob86
thanks, will try later