Skip to content

Commit

Permalink
fix issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
merliseclyde committed May 1, 2018
1 parent e402f5c commit 674ee9d
Show file tree
Hide file tree
Showing 10 changed files with 530 additions and 1,530 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: BAS
Version: 1.5.0
Date: 2018-04-25
Date: 2018-05-01
Title: Bayesian Variable Selection and Model Averaging using Bayesian Adaptive Sampling
Authors@R: c(person("Merlise", "Clyde", email="clyde@duke.edu",
role=c("aut","cre", "cph"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* fixed problem if there is only one model for `image` function;
github [issue #11](https://github.com/merliseclyde/BAS/issues/11)

* fixed error in `bas.lm` with non-equal weights where R2 was incorrect.
[issue #17](https://github.com/merliseclyde/BAS/issues/17)
## Deprecated

* deprecate the `predict` argument in `predict.bas`, `predict.basglm` and internal functions as it is not utilized
Expand Down
1 change: 1 addition & 0 deletions R/bas.R
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
#' \dontrun{demo(BAS.USCrime) }
#'
#' @rdname bas.lm
#' @keywords regression
#' @family BAS methods
#' @concept BMA
#' @concept variable selection
Expand Down
161 changes: 0 additions & 161 deletions inst/doc/BAS-vignette.R

This file was deleted.

Loading

0 comments on commit 674ee9d

Please sign in to comment.