Skip to content
Prev 145602 / 398500 Next

can I do this with R?

Xiaohui Chen wrote:
The main point is to use some kind of penalization.  Lots of people are 
using AIC/BIC to select models using ordinary unpenalized least squares 
or maximum likelihood, and that doesn't work well.
Simulations show that AIC can choose the optimum L2 penalty in PMLE 
using the effective degrees of freedom of each model.  Optimizing BIC 
choose far too much shrinkage.

Frank