Skip to content

Commit

Permalink
Issue 15: Remove excess models (#28)
Browse files Browse the repository at this point in the history
* Remove all models apart from latent_truncation_censoring_adjusted_delay()

* Document package functions

* Remove deprecated models from vignette

Former-commit-id: e587081
Former-commit-id: 7323c96f53e182fe4093cf8c6312e4e72ca52283
  • Loading branch information
athowes authored May 13, 2024
1 parent 16c5df0 commit 4ba60ea
Show file tree
Hide file tree
Showing 49 changed files with 393 additions and 643 deletions.
10 changes: 0 additions & 10 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,19 @@ export(add_natural_scale_mean_sd)
export(calculate_censor_delay)
export(calculate_cohort_mean)
export(calculate_truncated_means)
export(censoring_adjusted_delay)
export(combine_obs)
export(construct_cases_by_obs_window)
export(draws_to_long)
export(drop_zero)
export(dynamical_censoring_adjusted_delay)
export(dynamical_censoring_adjusted_delay_wrapper)
export(epinowcast_delay)
export(event_to_incidence)
export(extract_epinowcast_draws)
export(extract_lognormal_draws)
export(filter_obs_by_obs_time)
export(filter_obs_by_ptime)
export(filtered_censoring_adjusted_delay)
export(filtered_naive_delay)
export(latent_censoring_adjusted_delay)
export(latent_truncation_censoring_adjusted_delay)
export(linelist_to_cases)
export(linelist_to_counts)
export(make_relative_to_truth)
export(naive_delay)
export(observe_process)
export(pad_zero)
export(plot_cases_by_obs_window)
Expand All @@ -45,8 +37,6 @@ export(simulate_secondary)
export(simulate_uniform_cases)
export(summarise_draws)
export(summarise_variable)
export(truncation_adjusted_delay)
export(truncation_censoring_adjusted_delay)
import(brms)
import(cmdstanr)
import(data.table)
Expand Down
Loading

0 comments on commit 4ba60ea

Please sign in to comment.