allan clark <[EMAIL PROTECTED]> writes:

> Hi all
> 
> this is a silly question since i should know the answer.
> 
> lm(y~x) perfroms linear regression with the intercept included.
> 
> How  do i estimate the equation without the intercept?

y ~ x - 1 (or y ~ x + 0)

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to