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:
Efficiently convert between many different useful formats of draws (samples) from posterior or prior distributions.
Provide consistent methods for operations commonly performed on draws, for example, subsetting, binding, or mutating draws.
Provide various summaries of draws in convenient formats.
Provide lightweight implementations of state of the art posterior inference diagnostics.
- Versions: 1.6.0
- Website: https://mc-stan.org/posterior/
- Licenses: Modified BSD
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]