# Generated by roxygen2: do not edit by hand

export(define_wasting)
export(flag_outliers)
export(get_age_months)
export(mw_check_ipcamn_ssreq)
export(mw_estimate_age_weighted_prev_muac)
export(mw_estimate_prevalence_combined)
export(mw_estimate_prevalence_mfaz)
export(mw_estimate_prevalence_muac)
export(mw_estimate_prevalence_screening)
export(mw_estimate_prevalence_screening2)
export(mw_estimate_prevalence_wfhz)
export(mw_neat_output_mfaz)
export(mw_neat_output_muac)
export(mw_neat_output_wfhz)
export(mw_plausibility_check_mfaz)
export(mw_plausibility_check_muac)
export(mw_plausibility_check_wfhz)
export(mw_stattest_ageratio)
export(mw_stattest_ageratio2)
export(mw_wrangle_age)
export(mw_wrangle_muac)
export(mw_wrangle_wfhz)
export(recode_muac)
export(remove_flags)
importFrom(dplyr,
  across,
  bind_rows,
  case_when,
  ends_with,
  everything,
  filter,
  group_by,
  is_grouped_df,
  mutate,
  n,
  n_distinct,
  pull,
  relocate,
  rename,
  select,
  summarise
)
importFrom(lubridate,ymd)
importFrom(methods,is)
importFrom(nipnTK,
  ageRatioTest,
  digitPreference,
  sexRatioTest,
  skewKurt
)
importFrom(purrr,
  map,
  map2
)
importFrom(rlang,
  .data,
  as_name,
  enquo,
  eval_tidy,
  get_expr,
  quo_is_null,
  quo_name,
  sym
)
importFrom(scales,
  label_percent,
  label_pvalue
)
importFrom(srvyr,
  as_survey_design,
  survey_mean
)
importFrom(stats,
  na.omit,
  pnorm,
  prop.test,
  sd,
  setNames
)
importFrom(tibble,
  as_tibble,
  tibble
)
importFrom(zscorer,addWGSR)
