Skip to content

Commit

Permalink
add correct strata
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisorwa committed Sep 11, 2024
1 parent 8447aa3 commit 6710bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/scrubTyphus_example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Let's also take a look at how antibody responses change by age.

```{r "plot age"}
# Plot antibody responses by age
autoplot(object = xs_data, type = "age-scatter", strata = "Country")
autoplot(object = xs_data, type = "age-scatter", strata = "country")
```


Expand Down

0 comments on commit 6710bd6

Please sign in to comment.