# Generated by roxygen2: do not edit by hand

export(calculate_vcs)
export(effect_size)
export(evaluate_models)
export(gam_model_rank)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,
  across,
  arrange,
  mutate,
  relocate,
  rename,
  slice_head,
  tibble
)
importFrom(foreach,
  "%dopar%",
  foreach
)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(mgcv,
  bam,
  gam,
  k.check,
  predict.gam,
  s,
  te
)
importFrom(parallel,
  makeCluster,
  stopCluster
)
importFrom(purrr,map2_chr)
importFrom(stats,
  as.formula,
  family,
  formula,
  predict,
  reformulate,
  sd
)
importFrom(stringr,
  str_detect,
  str_replace,
  str_split
)
importFrom(utils,
  head,
  installed.packages
)
