# Generated by hand; regenerate with roxygen2::roxygenise()

export(fragility_index)
export(fragility_index_vec)
export(revfragility_index)
export(revfragility_index_vec)
export(continuous_fragility_index)
export(continuous_fragility_index_raw)
export(continuous_fragility_index_summary)
export(continuous_fragility_index_vec)
export(reverse_continuous_fragility_index)
export(reverse_continuous_fragility_index_summary)
export(reverse_continuous_fragility_index_vec)

importFrom(dplyr, mutate)
importFrom(dplyr, "%>%")
importFrom(purrr, pmap)
importFrom(purrr, pmap_dbl)
importFrom(rlang, sym)
importFrom(rlang, ":=")
importFrom(tibble, tibble)
importFrom(stats, dhyper)
importFrom(stats, pchisq)
importFrom(stats, pt)
importFrom(stats, rnorm)
importFrom(stats, sd)
