Skip to content

Commit

Permalink
Make get demographic groups visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshay218 committed Aug 15, 2024
1 parent 44e8168 commit 6aacae6
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 @@ -34,6 +34,7 @@ export(generate_start_tab)
export(get_DOBs)
export(get_antibody_level_predictions)
export(get_best_pars)
export(get_demographic_groups)
export(get_index_pars)
export(get_n_alive)
export(get_n_alive_group)
Expand Down
1 change: 1 addition & 0 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ setup_antibody_data_for_posterior_func <- function(
))
}

#' @export
get_demographic_groups <- function(par_tab, antibody_data, demographics,demographic_groups=NULL){
## Setup data vectors and extract
if(!is.null(demographics)){
Expand Down

0 comments on commit 6aacae6

Please sign in to comment.