[R] how to test this

Simon Blomberg blomsp at ozemail.com.au
Wed Aug 3 08:23:06 CEST 2005


This is two tests: Whether the slope != 1 and whether the intercept != 0.

To do this, include an offset in your model:

fit  <- lm(y ~ x + offset(x), data=dat)

HTH,

Simon.


At 03:44 PM 3/08/2005, Jin.Li at csiro.au wrote:
>Dear there,
>
>I am wondering how to test whether a simple linear regression model
>(e.g. y=1.05x) is significantly different from a 1 to 1 line (i.e. y=x).
>Thanks.
>
>Regards,
>
>Jin
>
>
>         [[alternative HTML version deleted]]
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Simon Blomberg, B.Sc.(Hons.), Ph.D, M.App.Stat.
Centre for Resource and Environmental Studies
The Australian National University
Canberra ACT 0200
Australia
T: +61 2 6125 7800 email: Simon.Blomberg_at_anu.edu.au
F: +61 2 6125 0757
CRICOS Provider # 00120C




More information about the R-help mailing list