Skip to content

Commit

Permalink
Merge branch 'add-user-error-message-for-missing-strata' into simplif…
Browse files Browse the repository at this point in the history
…ications
  • Loading branch information
d-morrison authored Nov 6, 2024
2 parents d99d4da + 8dc73c8 commit 15a32d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions R/est.incidence.by.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#'
#' @return
#' * if `strata` has meaningful inputs:
#' An object of class `"seroincidence.by"`; i.e., a list of `
#' "seroincidence"` objects from [est.incidence()], one for each stratum,
#' An object of class `"seroincidence.by"`; i.e., a list of
#' `"seroincidence"` objects from [est.incidence()], one for each stratum,
#' with some meta-data attributes.
#' * if `strata` is missing, `NULL`, `NA`, or `""`:
#' An object of class `"seroincidence"`.
Expand All @@ -50,7 +50,7 @@
#'
#' curve <- load_curve_params("https://osf.io/download/rtw5k/") %>%
#' filter(antigen_iso %in% c("HlyE_IgA", "HlyE_IgG")) %>%
#' # Reduce dataset for the purposes of this example
#' # Reduce dataset for the purposes of this example:
#' slice(1:100, .by = antigen_iso)
#'
#' noise <- load_noise_params("https://osf.io/download//hqy4v/")
Expand Down
5 changes: 3 additions & 2 deletions man/est.incidence.by.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15a32d8

Please sign in to comment.