Skip to content

BAS 1.5.0

Compare
Choose a tag to compare
@merliseclyde merliseclyde released this 05 May 04:28

BAS 1.5.0 May 4, 2018

Features

  • add na.action for handling NA's for predict methods; GitHub issue #10

  • added include.always as new argument to bas.lm. This allows a formula to specify which terms should always be included in all models. By default the intercept is always included.

  • added a section to the vignetted to illustrate weighted regression and the force.heredity.bas function to group levels of a factor so that they enter or leave the model together.

Bugs Fixes

  • fixed problem if there is only one model for image function;
    GitHub issue #11

  • fixed error in bas.lm with non-equal weights where R2 was incorrect. GitHub issue #17

Deprecated

  • deprecate the predict argument in predict.bas, predict.basglm and internal functions as it is not utilized