Releases: merliseclyde/BAS
Releases · merliseclyde/BAS
BAS 1.5.1
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 bypredict
.
Bugs
- Fixed incorrect documentation in
predict.basglm
which had thattype = "link"
was the default for prediction issue #18
BAS 1.5.0
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
BAS Version 1.4.2
BAS Version 1.4.1
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
andbas.glm
so that arguments match standard lm and glm in R
Added DOI from Zenodo
BAS version 1.4.0
New features
- added
na.action
forbas.lm
andbas.glm
to omit missing data. - new function to plot credible intervals created by
confint.pred.bas
orconfint.coef.bas
. See the help files for an example or the vignette. - added
se.fit
option inpredict.basglm
. - Added
testBF
as abetaprior
option forbas.glm
to implement Bayes Fatcors based on the likelihood ratio statistic's distribution for GLMs.
v1.3.1
The latest release adds the following new features:
- added
na.action
forbas.glm
to handlemissing data. - new function to plot credible intervals created by
confint.pred.bas
orconfint.coef.bas
. See the help files for an example or the vignette. - added
se.fit
option inpredict.basglm
. - Added
testBF
as abetaprior
option forbas.glm
to implement Bayes Factors based on the likelihood ratio statistic's distribution for GLMs.
BAS version 1.3.0 Coursera Release
Release of BAS package version 1.3.0 for Launch of Coursera course on Bayesian Statistics