Skip to content

Commit

Permalink
export group_sim_data
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorresd committed May 7, 2024
1 parent 20555d6 commit afc1189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(get_prev_expanded)
export(get_sim_n_seropositive)
export(get_sim_probability)
export(get_table_rhats)
export(group_sim_data)
export(plot_foi)
export(plot_info_table)
export(plot_rhats)
Expand Down
1 change: 1 addition & 0 deletions R/seroprevalence_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ get_age_group <- function(age, step) {
#' @param step step used to split the age interval
#' @return Dataframe object containing grouped simulated data generated from
#' `foi`
#' @export
group_sim_data <- function(sim_data,
col_age = "age",
step = 5) {
Expand Down

0 comments on commit afc1189

Please sign in to comment.