aboutsummaryrefslogtreecommitdiff
path: root/vignettes/jagsUI.Rmd
diff options
context:
space:
mode:
Diffstat (limited to 'vignettes/jagsUI.Rmd')
-rw-r--r--vignettes/jagsUI.Rmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/vignettes/jagsUI.Rmd b/vignettes/jagsUI.Rmd
index a205ac6..9b395a7 100644
--- a/vignettes/jagsUI.Rmd
+++ b/vignettes/jagsUI.Rmd
@@ -164,7 +164,7 @@ We should see information and progress bars in the console.
If we have a long-running model and a powerful computer, we can tell `jagsUI` to run each chain on a separate core in parallel by setting argument `parallel = TRUE`:
-```{r}
+```{r, eval=FALSE}
out <- jags(data = jags_data,
inits = inits,
parameters.to.save = params,