Skip to content

Commit a90efd6

Browse files
Badges
1 parent 63d56e8 commit a90efd6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
<!-- badges: start -->
3+
4+
[![CRAN
5+
Version](https://www.r-pkg.org/badges/version/bgms)](https://cran.r-project.org/package=bgms)
6+
[![Downloads](https://cranlogs.r-pkg.org/badges/bgms)](https://cran.r-project.org/package=bgms)
7+
[![Total](https://cranlogs.r-pkg.org/badges/grand-total/bgms)](https://cran.r-project.org/package=bgms)
8+
<!-- badges: end -->
9+
210
# bgms: Bayesian Analysis of Networks of Binary and/or Ordinal Variables
311

412
The `R` package <strong>bgms</strong> provides tools for Bayesian

Readme.Rmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ knitr::opts_chunk$set(
1717
library(bgms)
1818
```
1919

20+
<!-- badges: start -->
21+
[![CRAN Version](https://www.r-pkg.org/badges/version/bgms)](https://cran.r-project.org/package=bgms)
22+
[![Downloads](https://cranlogs.r-pkg.org/badges/bgms)](https://cran.r-project.org/package=bgms)
23+
[![Total](https://cranlogs.r-pkg.org/badges/grand-total/bgms)](https://cran.r-project.org/package=bgms)
24+
<!-- badges: end -->
25+
2026
# bgms: Bayesian Analysis of Networks of Binary and/or Ordinal Variables
2127

2228
The `R` package <strong>bgms</strong> provides tools for Bayesian analysis of the ordinal Markov random field, a graphical model describing a network of binary and/or ordinal variables [@MarsmanVandenBerghHaslbeck_2024]. A pseudolikelihood is used to approximate the likelihood of the graphical model, and Markov chain Monte Carlo methods are used to simulate from the corresponding pseudoposterior distribution of the graphical model parameters.

0 commit comments

Comments
 (0)