--- Begin Message ---
- To: Samuel Bertrand <>
- Subject: Re: [R] regsubsets selection criterion
- From: Thomas Lumley <>
- Date: Tue, 27 Sep 2005 07:15:24 -0700 (PDT)
- Cc: r-help_AT_stat.math.ethz.ch
- In-reply-to: <>
- List-archive: <>
- List-help: <>
- List-id: "Main R Mailing List: Primary help" <>
- List-post: <>
- List-subscribe: <>
- List-unsubscribe: <>
- References: <>
- Sender: r-help-bounces_AT_stat.math.ethz.ch
On Tue, 27 Sep 2005, Samuel Bertrand wrote:
> Hello,
>
> I am using the 'regsubsets' function
> (from leaps package)
> to get the best linear models
> to explain 1 variable
> from 1 to 5 explanatory variables
> (exhaustive search).
>
> Is there anyone who can tell me
> on which criterion is based
> the 'regsubsets' function ?
>
As you get a best model for each size, all the commonly used criteria are
equivalent. RSS, AIC, BIC, Mallows Cp, adjusted R^2, etc, all give the
same ordering for models with the same number of predictors.
-thomas
______________________________________________
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
--- End Message ---