From 2cd1cc8a4c76d247d7e8378d04a0c64cce6ca4af Mon Sep 17 00:00:00 2001 From: Shu Fai Cheung Date: Thu, 4 Sep 2025 20:19:25 +0800 Subject: [PATCH] 0.1.5.4: Fix a typo error --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- R/model_set_combined.R | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e72e038..79a6b69 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 6eeb0b1..4771e9c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/model_set_combined.R b/R/model_set_combined.R index 07d3f28..337f6e9 100644 --- a/R/model_set_combined.R +++ b/R/model_set_combined.R @@ -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 diff --git a/README.md b/README.md index ea26617..c28e2c8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # modelbpp: Model BIC Posterior Probability -(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