Skip to content

Commit

Permalink
Fix documentation error and update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
apulsipher committed Dec 16, 2024
1 parent b564156 commit a47c970
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 34 deletions.
17 changes: 14 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,22 @@ export(distribute_virus_set)
export(entity)
export(entity_add_agent)
export(entity_get_agents)
export(get_accepted_params)
export(get_accepted_stats)
export(get_agents)
export(get_agents_data_ncols)
export(get_agents_states)
export(get_agents_tools)
export(get_all_accepted_kernel_scores)
export(get_all_accepted_params)
export(get_all_accepted_stats)
export(get_all_sample_acceptance)
export(get_all_sample_drawn_prob)
export(get_all_sample_kernel_scores)
export(get_all_sample_params)
export(get_all_sample_stats)
export(get_current_accepted_params)
export(get_current_accepted_stats)
export(get_current_proposed_params)
export(get_current_proposed_stats)
export(get_entities)
export(get_entity_name)
export(get_entity_size)
Expand All @@ -139,6 +149,7 @@ export(get_hist_tool)
export(get_hist_total)
export(get_hist_transition_matrix)
export(get_hist_virus)
export(get_initial_params)
export(get_mean_params)
export(get_mean_stats)
export(get_n_params)
Expand All @@ -152,9 +163,9 @@ export(get_name_tool)
export(get_name_virus)
export(get_ndays)
export(get_network)
export(get_observed_stats)
export(get_param)
export(get_reproductive_number)
export(get_sample_stats)
export(get_state)
export(get_states)
export(get_today_total)
Expand Down
4 changes: 2 additions & 2 deletions R/LFMCMC.R
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ get_all_accepted_kernel_scores <- function(lfmcmc) {

#' @export
#' @rdname LFMCMC
#' #' @returns
#' @returns
#' - The functions `get_n_samples`, `get_n_stats`, and `get_n_params`
#' return the number of parameters, statistics, and samples for the given
#' return the number of samples, statistics, and parameters for the given
#' LFMCMC model, respectively.
get_n_samples <- function(lfmcmc) {

Expand Down
148 changes: 119 additions & 29 deletions man/LFMCMC.Rd

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

0 comments on commit a47c970

Please sign in to comment.