Description Usage Arguments Value See Also Examples
Gets number of blocks in JAGS model code. Throws an error if unbalanced brackets
1 | jg_nblock(x)
|
x |
string of JAGS model code |
Count of number of blocks.
1 | jg_nblock("data {X <- 2} model { Y ~ dpois(X) }")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.