Learn R Programming

⚠️There's a newer version (0.0.5) of this package.Take me there.

universals

universals provides S3 generic methods and some default implementations for Bayesian analyses that generate Markov Chain Monte Carlo (MCMC) samples.

The purpose of ‘universals’ is to reduce package dependencies and conflicts.

Philosophy

The methods are primarily designed to be used for Bayesian analyses that generate Markov Chain Monte Carlo (MCMC) samples but many can also be used for Maximum Likelihood (ML) and other types of analyses.

The names of the functions are based on the following definitions/concepts:

  • A term is a single real or integer value.
  • A par (short for parameter) is a numeric object of terms.
  • An MCMC object is a collection of MCMC samples that refer to a set of terms.
  • The samples are arranged in one or more chains of the same length (number of iterations).
  • The number of simulations is the product of the number of iterations and the number of chains.
  • The number of samples is the product of the number of simulations and the number of terms.

The ‘nlist’ package implements many of the methods for its ‘nlists’ class.

Installation

To install the latest release from CRAN

install.packages("universals")

To install the developmental version from GitHub

# install.packages("remotes")
remotes::install_github("poissonconsulting/universals")

Usage

universals is designed to be used by package developers.

It is recommended to import and re-export the generics of interest. For example, to provide a method for the S3 pars() method, use the following roxygen2 code:

#' @importFrom universals pars
#' @export
universals::pars

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

Please note that the universals project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Copy Link

Version

Install

install.packages('universals')

Monthly Downloads

663

Version

0.0.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joe Thorley

Last Published

July 8th, 2020

Functions in universals (0.0.3)

params

Parameter Descriptions
niters

Number of Iterations
npars

Number of Parameters
collapse_chains

Collapse Chains
nsims

Number of Simulations
nterms

Number of Terms
split_chains

Split Chains
set_pars

Set Parameters
pars

Parameter Names
rhat_pars

R-hat Parameters
rhat_terms

R-hat Terms
nchains

Number of Chains
pdims

Parameter Dimensions
npdims

Number of Parameter Dimensions
nsams

Number of Samples
rhat

R-hat
universals-package

universals: S3 Generics for Bayesian Analyses
ndims

Number of Dimensions
converged_pars

Converged Parameters
esr

Effective Sampling Rate
estimates

Estimates
esr_pars

Effective Sampling Rate for Parameters
converged_terms

Converged Terms
esr_terms

Effective Sampling Rate for Terms
bind_chains

Bind by Chains.
converged

Converged
dims

Dimensions