Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddmorey committed Mar 20, 2015
1 parent 7f92194 commit 2340e73
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/BayesFactor/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BayesFactor
Type: Package
Title: Computation of Bayes Factors for Common Designs
Version: 0.9.11
Date: 2015-3-16
Version: 0.9.11-1
Date: 2015-3-20
Authors@R: c(person("Richard D.", "Morey", role = c("aut", "cre"), email =
"richarddmorey@gmail.com"), person("Jeffrey N.", "Rouder", role = "aut",
email = "rouderj@missouri.edu"), person("Tahira", "Jamil", role = "ctb",
Expand Down
5 changes: 5 additions & 0 deletions pkg/BayesFactor/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
CHANGES IN BayesFactor VERSION 0.9.11-1

CHANGES
* Fixed memory bug causing importance sampling to fail.

CHANGES IN BayesFactor VERSION 0.9.11

CHANGES
Expand Down
2 changes: 1 addition & 1 deletion pkg/BayesFactor/R/BayesFactorPCL-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'regression, and contingency tables.
#'
#'\tabular{ll}{ Package: \tab BayesFactor\cr Type: \tab Package\cr Version: \tab
#'0.9.11\cr Date: \tab 2015-3-16\cr License: \tab GPL 2.0\cr LazyLoad: \tab
#'0.9.11-1\cr Date: \tab 2015-3-20\cr License: \tab GPL 2.0\cr LazyLoad: \tab
#'yes\cr } The following methods are currently implemented, with more to follow:
#'
#'general linear models (including linear mixed effects models): \code{\link{generalTestBF}}, \code{\link{lmBF}}
Expand Down
2 changes: 1 addition & 1 deletion pkg/BayesFactor/man/BayesFactor-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ regression, and contingency tables.
}
\details{
\tabular{ll}{ Package: \tab BayesFactor\cr Type: \tab Package\cr Version: \tab
0.9.11\cr Date: \tab 2015-3-16\cr License: \tab GPL 2.0\cr LazyLoad: \tab
0.9.11-1\cr Date: \tab 2015-3-20\cr License: \tab GPL 2.0\cr LazyLoad: \tab
yes\cr } The following methods are currently implemented, with more to follow:

general linear models (including linear mixed effects models): \code{\link{generalTestBF}}, \code{\link{lmBF}}
Expand Down
2 changes: 1 addition & 1 deletion pkg/BayesFactor/vignettes/manual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ The highest two Bayes factors belong to the full model and the model with no int
full / noInteraction
```

The full model is *slightly* favored, but the evidence is equivocal. We can also use the `posterior` function to compute parameter estimates.
The evidence here is clearly equivocal. We can also use the `posterior` function to compute parameter estimates.

```{r GLMposterior1}
chainsFull <- posterior(full, iterations = 10000)
Expand Down

0 comments on commit 2340e73

Please sign in to comment.