Re: [R] AIc and BIC in caret...

2023-04-19 Thread akshay kulkarni
--Original Message- From: R-help On Behalf Of Jeff Newmiller Sent: Wednesday, April 19, 2023 10:41 AM To: r-help@r-project.org; akshay kulkarni ; R help Mailing list Subject: Re: [R] AIc and BIC in caret... [External Email] This is a statistical question, not actually a question about R

Re: [R] AIc and BIC in caret...

2023-04-19 Thread Ebert,Timothy Aaron
om: R-help On Behalf Of Jeff Newmiller Sent: Wednesday, April 19, 2023 10:41 AM To: r-help@r-project.org; akshay kulkarni ; R help Mailing list Subject: Re: [R] AIc and BIC in caret... [External Email] This is a statistical question, not actually a question about R, and thus not on topic. Usin

Re: [R] AIc and BIC in caret...

2023-04-19 Thread akshay kulkarni
Mailing list Subject: Re: [R] AIc and BIC in caret... This is a statistical question, not actually a question about R, and thus not on topic. Using too many variables leads to models that tend to have large errors on new data (not from your fitting sample). [1] [1] https://en.m.wikipedia.org/wiki

Re: [R] AIc and BIC in caret...

2023-04-19 Thread Jeff Newmiller
This is a statistical question, not actually a question about R, and thus not on topic. Using too many variables leads to models that tend to have large errors on new data (not from your fitting sample). [1] [1] https://en.m.wikipedia.org/wiki/Overfitting On April 19, 2023 6:50:44 AM PDT,

[R] AIc and BIC in caret...

2023-04-19 Thread akshay kulkarni
Dear members, I am doing some modelling with caret package in R. I do suppose that the package doesn't consider AIC and BIC for model selection, right? They penalise the number of prameters, but I am ready to spend a little more time and a little more money to run the