Skip to content

Commit 7f80ce4

Browse files
authored
mcse() gains a centrality argument to return appropriate MCSE (#761)
* `mcse()` gains a `centrality` argument to return appropriate MCSE * fix * news
1 parent 7fd5720 commit 7f80ce4

8 files changed

Lines changed: 427 additions & 289 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: bayestestR
33
Title: Understand and Describe Bayesian Models and Posterior Distributions
4-
Version: 0.18.0
4+
Version: 0.18.0.1
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
## Changes
1414

15-
* `as.matrix(<bf>)` now returns class `bayesfactor_matrix` and has a simpler printing.
15+
* `as.matrix(<bf>)` now returns class `bayesfactor_matrix` and has a simpler
16+
printing.
1617

1718
* `diagnostic_posterior()` works with 'raw' MCMC samples (i.e., lists of data
1819
frames or matrices representing samples of parameters from chains, or 3D arrays)
@@ -28,6 +29,8 @@
2829
* `effective_sample()` for `stanfit` objects now also returns the tail-ESS
2930
(`ESS_tail`), consistent with `brmsfit` and `stanreg` objects.
3031

32+
* `mcse()` gains a `centrality` argument to return the appropriate MCSE.
33+
3134
# bayestestR 0.17.0
3235

3336
## Changes

0 commit comments

Comments
 (0)