Re: intercept in multiple linear regression



Greg Heath wrote:

thierry wrote:

Hello,
is there any difference between regression equation with or without
intercept ?
I ask this question because I have a negative intercept in my equation (Y
= -2000 + 544*var1 + 1166*var2 - 487*var3), in my case intercept doesn't
mean anything. If I do an equation without intercept (Y = b1*var1 + b2*var2
+ b3*var3), is it correct ?


It is usually recommended that Y and the variables be
standardized to have zero mean and unit variance before
obtaining the regression coefficients. There will be
no intercept if this is done.


Greg, I don't recall seeing standardized linear regression described as the recommended or preferred approach. What are your sources for that?

Thierry, the usual recommendation is to NOT constrain the intecept to be 0 unless there is absolutely no doubt that it has to be 0. (One of the problems is that it messes up interpretation of R^2.) You can find several previous discussions about that in the Google archives.

--
Bruce Weaver
bweaver@xxxxxxxxxxxx
www.angelfire.com/wv/bwhomedir
.



Relevant Pages

  • Re: Missing coefficients in multiple regression
    ... I shall try your LINEST suggestions. ... >would mathematically alter only the intercept term. ... >except for intercept from the perturbed model. ... >produces all nonzero regression coefficients. ...
    (microsoft.public.excel.programming)
  • Re: multiple linear regression with constraint
    ... this is basically just standard multiple linear regression ... But fit the model you have proposed (no intercept) ...
    (sci.stat.math)
  • Re: Poisson regression and constant term
    ... You are really setting a constraint on the model by not ... allowing an intercept to "absorb" some of the uncertainty of fitting. ... better fit is achieved. ... Poisson regression ...
    (sci.stat.math)
  • Re: Linear regression.
    ... % for the Slope and Intercept of a regression. ... % sein - standard error for intercept B0 % clin - pr%-confindence interval for intercept B0 ... % Compute confidence limit for intercept: ...
    (comp.soft-sys.matlab)
  • Re: large negative parameter correlations in regression
    ... When you say you have "simple 3 variable plus intercept" regression ... correlation between the intercept and one of the other parameters. ... and the VIF is only given for the non-intercept parameters in the model (the ...
    (sci.stat.math)

Loading