View source: R/04-createModelCode.R
createModelCode | R Documentation |
Create model code
createModelCode(
priors,
userEstimates,
valueNames,
constants,
individualNames,
modelOptions,
covariates,
termsSources,
termsTargets,
covariatesNum = NULL
)
priors |
character vector of priors from shiny interface |
userEstimates |
character vector of priors from shiny interface |
valueNames |
list of value names |
constants |
list of constants |
individualNames |
names of the individuals |
modelOptions |
list of model options |
covariates |
character matrix of categorical covariates |
termsSources |
list of sourceTerms |
termsTargets |
list of termsTargets |
covariatesNum |
numeric atrix of numeric covariates |
Nimble code to be used in nimbleModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.