# Generated by roxygen2: do not edit by hand

export(calculate_sar_quick)
export(calculate_sar_robust)
export(fill_missing_viral_data)
export(fit_household_model)
export(plot_covariate_effects)
export(plot_epidemic_curve)
export(plot_household_timeline)
export(plot_posterior_distributions)
export(prepare_stan_data)
export(reconstruct_transmission_chains)
export(simulate_multiple_households_comm)
export(summarize_attack_rates)
import(Rcpp)
import(deSolve)
import(dplyr)
import(dplyr, except = c(lag, filter))
import(ggplot2)
import(methods)
import(rstan)
import(rstantools)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(rlang,":=")
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(rstan,sampling)
importFrom(stats,median)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(utils,globalVariables)
useDynLib(HHBayes, .registration = TRUE)
