Description Usage Arguments Value
View source: R/Write_jagsModFile.R
Writes a jags model files and generates the required init.fun and param vector.
1 | Write.jagsModFile(x.type, y.type, mod.dat, params, model)
|
x.type |
The type of predictor data to write the model for |
y.type |
the type of response data to write the model for |
mod.dat |
a list containing the jags model data |
params |
a character vector containing the parameters of the model |
model |
the type of model to fit |
In init.fun and updated params vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.