Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: modelbpp
Title: Model BIC Posterior Probability
Version: 0.1.5.3
Version: 0.1.5.4
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# modelbpp 0.1.5.3
# modelbpp 0.1.5.4

## New Features

- Added `model_set_combined()` for
computing BPPs for models from two or
more calls to `model_set()`.
(0.1.5.3)
(0.1.5.3, 0.1.5.4)

## Miscellaneous

Expand Down
2 changes: 1 addition & 1 deletion R/model_set_combined.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Two or More Hypothesized Model
#' @title Two or More Hypothesized Models
#'
#' @description Combine the 'model_set()'
#' results of two or more hypothesis
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# modelbpp: Model BIC Posterior Probability <img src="man/figures/logo.png" align="right" />

(Version 0.1.5.3 updated on 2025-09-04, [release history](https://sfcheung.github.io/modelbpp/news/index.html))
(Version 0.1.5.4 updated on 2025-09-04, [release history](https://sfcheung.github.io/modelbpp/news/index.html))

This package is for assessing model uncertainty in structural
equation modeling (SEM) by the BIC posterior
Expand Down
Loading