posterior-package {posterior}R Documentation

Tools for working with posterior (and prior) distributions

Description

stanlogo.png https://mc-stan.org/posterior/

The posterior package is intended to provide 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:

Package options

The following options are used to format and print draws objects, as in print.draws_array(), print.draws_df(), print.draws_list(), print.draws_matrix(), and print.draws_rvars():

The following options are used for formatting the output of summarize_draws:

The following options are used to format and print rvar objects, as in print.rvar() and print.draws_rvars():

The following option is used to construct new rvar objects, as in rfun() and rdo():

The following options are used to control warning messages:

Author(s)

Maintainer: Paul-Christian Bürkner paul.buerkner@gmail.com

Authors:

Other contributors:

See Also

Useful links:


[Package posterior version 1.6.0 Index]