This package browser is in early development. Mind the rough edges.

r-posterior

Tools for working with posterior distributions

This package provides useful tools for both users and developers of packages for fitting Bayesian models or working with output from Bayesian models. The primary goals of the package are to:

  1. Efficiently convert between many different useful formats of draws (samples) from posterior or prior distributions.

  2. Provide consistent methods for operations commonly performed on draws, for example, subsetting, binding, or mutating draws.

  3. Provide various summaries of draws in convenient formats.

  4. Provide lightweight implementations of state of the art posterior inference diagnostics.

Installation

Install the latest version of r-posterior as follows:

guix install r-posterior

Or install a particular version:

guix install r-posterior@1.6.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-posterior about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-posterior'><img src='https://packages.guix.gnu.org/packages/r-posterior/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-posterior/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-posterior)

Example Org:

[[https://packages.guix.gnu.org/packages/r-posterior][https://packages.guix.gnu.org/packages/r-posterior/badges/latest-version.svg]]