Last data update: 2014.03.03

R: JAGS Probability Distributions.
jagsDistsR Documentation

JAGS Probability Distributions.

Description

A dataset listing the JAGS probability distributions and their parameters

Usage

jagsDists

Format

A data frame with 30 rows and 7 variables:

DistName

Distribution Name

FnName

Function Name

xLow

Minimum value for x, the random variable

xHigh

Maximum value for x, the random variable

Parameters

Names of the parameters

paramLimit

Limits on the parameter

paramLogic

The text of a logical check used in setNode to ensure stated parameters are valid.

Source

http://people.math.aau.dk/~kkb/Undervisning/Bayes14/sorenh/docs/jags_user_manual.pdf

Results