User’s Guide

The User’s Guide covers conceptual background and practical tutorials for bgms. It is organized into four parts: background concepts, model types, analysis workflows, and MCMC output.

Background

Models

  • Gaussian Graphical Model — Continuous data, partial associations, precision matrix
  • Ordinal MRF — Binary and ordinal data, category thresholds, partial associations
  • Mixed MRF — Datasets with both continuous and discrete variables

Analyses

MCMC Output

  • Model Output — What the sampler returns and how to access it
  • MCMC Diagnostics — Convergence checks: ESS, R-hat, trace plots, divergences

Worked analyses

The Guide explains why; the Examples section runs each analysis end to end, showing the code and reading the output.

Prerequisites

This guide assumes basic familiarity with R programming and the goals of network analysis. The Background chapters introduce the necessary statistical concepts.