From 4d3fc37612aa75f828e5321dbd94156fac558393 Mon Sep 17 00:00:00 2001 From: MaartenMarsman <52934067+MaartenMarsman@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:27:38 +0200 Subject: [PATCH] Update Bayesian.md Include `bgms` in task view --- Bayesian.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Bayesian.md b/Bayesian.md index 63bbcae..8e070ca 100644 --- a/Bayesian.md +++ b/Bayesian.md @@ -143,6 +143,7 @@ review packages that link R to other Bayesian sampling engines such as - `r pkg("BDgraph")` provides statistical tools for Bayesian structure learning in undirected graphical models for multivariate continuous, discrete, and mixed data. +- `r pkg("bgms")` provides Bayesian variable selection methods for edge selection and group comparisons in undirected graphical models of multivariate binary and ordinal data. - `r pkg("blavaan")` fits a variety of Bayesian latent variable models, including confirmatory factor analysis, structural equation models, and latent growth curve models.