Learn R Programming

HydeNet (version 0.10.11)

jagsDists: JAGS Probability Distributions.

Description

A dataset listing the JAGS probability distributions and their parameters

Usage

jagsDists

Arguments

Format

A data frame with 30 rows and 7 variables:

DistName

Distribution Name

FnName

JAGS Function Name

FnNameR

R Function Name

xLow

Minimum value for x, the random variable

xHigh

Maximum value for x, the random variable

Parameters

Names of the JAGS parameters

RParameter

R function argument name

paramLimit

Limits on the parameter

paramLogic

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

Rsupport

Logical value, indicating if an R equivalent is supported by HydeNet