Skip to content

Releases: merliseclyde/BAS

BAS 1.5.1

07 Jun 15:59
Compare
Choose a tag to compare

BAS 1.5.1 June 6, 2018

Features

  • added S3 method variable.names to extract variable names in the highest probability model, median probability
    model, and best probability model for objects created by predict.

Bugs

  • Fixed incorrect documentation in predict.basglm which had that type = "link" was the default for prediction issue #18

BAS 1.5.0

05 May 04:28
Compare
Choose a tag to compare

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

BAS Version 1.4.9

04 Apr 21:07
Compare
Choose a tag to compare

Version of BAS to accompany final version of the paper "Mixtures of g-priors in Generalized Linear Models" to appear in the Journal of the American Statistical Association.

DOI

BAS Version 1.4.2

14 Oct 18:33
Compare
Choose a tag to compare

Version of BAS to accompany latest version of the paper "Mixtures of g-priors in Generalized Linear Models"

DOI

BAS Version 1.4.1

20 Sep 13:08
Compare
Choose a tag to compare

Bug Fixes

  • the modification in 1.4.0 to automatically handle NA's led to
    errors if the response was transformed as part of the forumula;
    this is fixed in this release

New Features

  • added subset argument to bas.lm and bas.glm so that arguments match standard lm and glm in R

Added DOI from Zenodo

BAS version 1.4.0

27 Aug 12:37
Compare
Choose a tag to compare

New features

  • added na.action for bas.lm and bas.glm to omit missing data.
  • new function to plot credible intervals created by confint.pred.bas or confint.coef.bas. See the help files for an example or the vignette.
  • added se.fit option in predict.basglm.
  • Added testBF as a betaprior option for bas.glm to implement Bayes Fatcors based on the likelihood ratio statistic's distribution for GLMs.

v1.3.1

26 Aug 05:21
Compare
Choose a tag to compare

The latest release adds the following new features:

  • added na.action for bas.glm to handlemissing data.
  • new function to plot credible intervals created by confint.pred.bas or confint.coef.bas. See the help files for an example or the vignette.
  • added se.fit option in predict.basglm.
  • Added testBF as a betaprior option for bas.glm to implement Bayes Factors based on the likelihood ratio statistic's distribution for GLMs.

BAS version 1.3.0 Coursera Release

04 Aug 04:16
Compare
Choose a tag to compare

Release of BAS package version 1.3.0 for Launch of Coursera course on Bayesian Statistics