[R] Linear regression and slope from 1

Strong strongthinking at gmail.com
Tue Oct 16 15:05:39 CEST 2007


From: daniel guertin <danguertin at hotmail.com>
Subject: [R] Linear regression and slope from 1
Date: Mon, 15 Oct 2007 23:47:40 +0000

library(car)
?linear.hypothesis

Hope this is what you wanted.

> 
> Dear R-Users,
> 
> I am new to R, so please excuse the ignorance.
> 
> I have data:
> x (2.14, 2.41, 1.09, 0.17, 8.18)
> y (3.81, 5.13, 0.63, 0.75, 6.35)
> 
> I would like to use simple linear regression and test 2 things:
> 1) slope of line of best fit is statistically different from 1
> 2) y-intercept is statically different from 0
> 
> Could anyone provide me with the R terminology to do this?
> 
> Thanks so much,
> Dan
> 
> 
> _________________________________________________________________
> [[replacing trailing spam]]
> 
> ilnews
> 	[[alternative HTML version deleted]]
> 
>



More information about the R-help mailing list