Description Usage Arguments Examples
Given a list of parameter array names and dimensions,
generate a McmcdbParameters
| 1 |   gen_mcmcdb_parameters(x, style = mcmc_parnames_stan)
 | 
| x | Named  | 
| style | 
 | 
| 1 2 3 | mcmcpars <- list(alpha = 1L, beta = 2L, gamma = c(2L, 2L))
gen_mcmcdb_parameters(mcmcpars)
gen_mcmcdb_parameters(mcmcpars, style=mcmc_parnames_bugs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.