Skip to content

Commit

Permalink
minor edit to source-aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLJackson committed Jun 10, 2020
1 parent 469ad5b commit bd6db99
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 43 deletions.
2 changes: 1 addition & 1 deletion aj-content/practicals/source-aggregation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Far more honest is to fit the model as before, with the sources as we believe th

```{r a-posteriori}
# combine sources C and D which are in positions 3 and 4
simmr_out_a_posteriori <- simmr::combine_sources(
simmr_out_a_posteriori <- combine_sources(
simmr_out,
to_combine = simmr_out$input$source_names[c(3,4)],
new_source_name = "CD")
Expand Down
Loading

0 comments on commit bd6db99

Please sign in to comment.