Skip to content

Commit

Permalink
Edit vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 24, 2022
1 parent 2d37e01 commit 3753579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/simulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ tar_read(coverage)

## Multiple models

`tar_jags_rep_mcmc_summary()` and similar functions allow you to supply multiple jags models. If you do, each model will share the the same collection of datasets, and the `.dataset_id` column of the output allows for custom analyses that compare different models against each other. Below, we add a new `model2.jags` file to the `jags_files` argument of `tar_jags_rep_mcmc_summary()`. In the coverage summary below, we group by `.name` to compute a coverage statistic for each model.
`tar_jags_rep_mcmc_summary()` and similar functions allow you to supply multiple jags models. If you do, each model will share the the same collection of datasets, and the `.dataset_id` column of the model target output allows for custom analyses that compare different models against each other. Below, we add a new `model2.jags` file to the `jags_files` argument of `tar_jags_rep_mcmc_summary()`. In the coverage summary below, we group by `.name` to compute a coverage statistic for each model.

```{r}
lines <- "model {
Expand Down

0 comments on commit 3753579

Please sign in to comment.