README.md

gibbS

The aim of gibbS is to provide functionality within R for randomly sampling Gibbs.

Key feature:

Importantly, each of the images included in this package are in the public domain. View the Wikipedia page for more information.

Installation

To get the current development version from github:

# install.packages("devtools")
library(devtools)
install_github("donaldmusgrove/gibbS")

Running the Gibb Sampler

Generate a random Gibb with the following code.

library(gibbS)
gibbsampler(42)   #Input a random number


donaldmusgrove/gibbS documentation built on May 15, 2019, 10:37 a.m.