jags_param: Distribution parametrization in 'JAGS'

View source: R/jags_param.R

jags_paramR Documentation

Distribution parametrization in JAGS

Description

jags_param() prints the parametrization of different distributions according to JAGS.

Usage

jags_param(dist)

Arguments

dist

Character string indicating the distribution.

Details

Arguments passed for distribution density may vary from R parametrization, so this function prints the arguments for a wide range of them.

Distribution that can be specified as the function argument are, "binom", "gamma", "exp", "chisq", "f", "logistic", "lognormal", "norm", "t", "unif", "bern", "categorical", "pois", "Laplace", "negbin".

Examples

jags_param("f")

mlebertheyl/myJpackage documentation built on May 18, 2022, 5:35 p.m.