Skip to contents

This function creates a summary table showing OU progress toward the 95-95-95's

Usage

tab_95s(
  df,
  cntry,
  denom = c("PLHIV", "Relative"),
  grp = c("All", "Female 15+", "Male 15+", "Peds <15"),
  yr = NULL
)

Arguments

df

dataframe from load_unaids

cntry

PEPFAR country to visualize (list OU name)

denom

which denominator/base to use, "PLHIV" (default) or "Relative"

grp

age/sex group, c("All", "Female 15+", "Male 15+", "Peds <15")

yr

year in question, defaults to max year

Value

gt table

See also

Examples

 if (FALSE) { # \dontrun{
   tab_95s(load_unaids(), "Kenya", denom = "PLHIV")
   tab_95s(load_unaids(), "Kenya", denom = "Relative")
} # }