README.md

Lifecycle: deprecated

juggler

Overview

R package for simple checking, querying and modification of JAGS model code.

Installation

To install and load the latest version:

library(devtools)
install_github("poissonconsulting/juggler")
library(juggler)

Use

All the functions take code for a single JAGS model in the form of string. If the model code is in the form of a character vector then the functions first collapse the vectors into a string using paste0(x,sep="\n"). They then strip comments.

The most useful function for most people is likely jg_check(). Run this on JAGS model code to perform some basic checks such as balanced brackets and valid block, distribution and function names. It might save time if you have some code you want to check and no data to hand.



poissonconsulting/juggler documentation built on Feb. 18, 2021, 11:12 p.m.