DataSlingers / MoMA

MoMA: Modern Multivariate Analysis in R
https://DataSlingers.github.io/MoMA
GNU General Public License v2.0
22 stars 4 forks source link

Improve the `b` / `g` coding #50

Open Banana1530 opened 5 years ago

Banana1530 commented 5 years ago

Still not wild about the b / g coding. I think it's a bit tricky for users to discover.

Thinking ahead, we definitely want BIC selection, but might also want AIC and eBIC. Maybe

select = FALSE as the default (corresponding to keeping a full grid) and allow select = c("BIC", "AIC", "EBIC") as alternative values.

Originally posted by @michaelweylandt in https://github.com/michaelweylandt/MoMA/pull/48/files