Re: [R] best model cp mallow

2010-09-22 Thread Peng, C
I think you need to set up a cut-off of Cp and then get the "good" values of Cp from adjr$Cp. -- View this message in context: http://r.789695.n4.nabble.com/best-model-cp-mallow-tp2550015p2550283.html Sent from the R help mailing list archive at Nabble.com. _

[R] best model cp mallow

2010-09-22 Thread Alfredo Alessandrini
Hi, I'm using the Cp and Radj method for the selection of variable, with the library leaps. I need to save the best model in a file. If I use the "adjr2" method it's work, but I've a problem with "Cp" method: > adjr <- leaps(x,y,method="adjr2") > maxadjr(adjr) 12312 0.713 0.56 ok... but