powered by
Select the optimal model from those fitted by POCRE, on the basis of prespecified criterion, such as EBIC, BIC, AIC, and AICc.
selectmodel(ppobj, msc=NULL)
output from pocrepath.
a value indicating the information criterion: 0 for BIC, (0,1] for EBIC (by default), 2 for AIC, 3 for AICc.
output of pocre for the optimal model.
Chen J and Chen Z (2008) Extended Bayesian information criteria for model selection with large model spaces. Biometrika, 95: 759-771.
Zhang D, Lin Y, and Zhang M (2009). Penalized orthogonal-components regression for large p small n data. Electronic Journal of Statistics, 3: 781-796.
pocrepath, plot.pocrepath.
pocrepath
plot.pocrepath
# NOT RUN { data(simdata) xx <- scale(as.matrix(simdata[,-1])) yy <- scale(as.matrix(simdata[,1])) # ppres <- pocrepath(yy,xx,delta=0.01) ppres <- pocrepath(yy,xx) fres <- selectmodel(ppres) # }
Run the code above in your browser using DataLab