# NOT RUN {
fitvals = c(6, -1, 2, 4, 5)
cnames = paste0("C",1:length(fitvals))
matpool = selers(fitvals, selbc=0.1)
cat(cnames[matpool],"\n")
matpool = selers(fitvals, selbc=0.8)
cat(cnames[matpool],"\n")
# }
Run the code above in your browser using DataLab