merliseclyde / BAS

BAS R package https://merliseclyde.github.io/BAS/
https://merliseclyde.github.io/BAS/
GNU General Public License v3.0
41 stars 16 forks source link

Add function to extract bas objects for single models #53

Open merliseclyde opened 3 years ago

merliseclyde commented 3 years ago

feature request Add a function to return a BAS object for a single model (HPM, MPM, BPM or others) given a formula or a vector for the model that can be passed to other summaries.

Is your feature request related to a problem? Please describe.

related to merliseclyde/BAS#49 where coef.bas() does not yet return coefficients for the best predictive model.

See also solution in StatsWithR/Book#80