Re: regression model selection



On 2006-12-27 16:38:49 -0400, "Beliavsky" <beliavsky@xxxxxxx> said:

If I have N candidate predictors and search all possible to subsets to
find M <= N predictors to use in a multiple linear regression model,
and I also include an intercept, effectively how many parameters do I
have in the model? The coefficients of predictors not selected are set
to zero. Only M+1 coefficients are estimated in the final model, but
there were N+1 potential coefficients in the model.

I want to plug in the # of parameters into an information criterion
such as AIC in order to choose a model, after having found the best
models with 1, 2, ..., N predictors.

If one of your predictors had been the constant then there would be no
need for the intercept. Otherwise said, the intercept is just an convenient
algebraic way of representing the constant predictor.

The rest is left as an exercise. If the difference of two of your predictors
is the constant then the exercise is not totally vacuous. In this last case
one would expect the intercept coefficient to be zero.



.



Relevant Pages

  • Re: what is the max number of factors in Linest function
    ... LINEST appears to have a hardcoded limit of 17 predictors if no intercept is fitted or 16 predictors and an intercept. ... Unless you know that your predictor columns are orthogonal, or nearly so, I would strongly advise against going beyond that limit in Excel. ... you would either have to write your own SVD routine or switch to something other than Excel. ...
    (microsoft.public.excel.worksheet.functions)
  • Re: linear regression and multicollinearity
    ... I know about some ways of getting around with the multicollinearity ... The "problem" when two models exist with different coefficients ... visualize in some way how the predictors data affects the model. ...
    (sci.stat.math)
  • Re: Regression
    ... but it only makes sense if the predictors are ... highly correlated independent variables and one is nonetheless ... the coefficient of one foot to simply double if you removed the other ... but in reality both estimated coefficients would ...
    (sci.stat.math)
  • Re: problems with a predictive model
    ... values for my x-value coefficients. ... The large intercept value with small model coefficients has nothing to ... Begin by examining the t-ratios for each model coefficient. ...
    (sci.stat.math)
  • Re: Enter versus forward method for linear regression
    ... Regression, ... present the coefficents and p values of all predictors so that readers ... try Robert Abelson's book "Statistics as Principled Argument." ... and examine the effects on the coefficients. ...
    (sci.stat.edu)