Skip to contents

Converts EpiEstim reproduction number estimates to hub format.

Usage

convert_epiestim_to_hub(
  epiestim_result,
  location = "unknown",
  target = "R_eff"
)

Arguments

epiestim_result

EpiEstim result object (output from estimate_R)

location

Character. Location identifier. Default is "unknown".

target

Character. Target variable name. Default is "R_eff".

Value

A data frame in hub format with R estimates

Examples

if (FALSE) { # \dontrun{
# Assuming you have EpiEstim results
# hub_r_estimates <- convert_epiestim_to_hub(epiestim_res, location = "US")
} # }