# Generated by roxygen2: do not edit by hand

S3method(print,vanova_result)
S3method(print,vgen_reg_result)
S3method(print,vlin_reg_result)
export(vanova)
export(varea_chart)
export(vbarplot)
export(vboxplot)
export(vconf_interval)
export(vdensity_plot)
export(vgen_reg)
export(vhistogram)
export(vlin_reg)
export(vline_chart)
export(vlollipop_plot)
export(vpie_chart)
export(vridgeline_chart)
export(vscatterplot)
export(vviolin_chart)
import(RColorBrewer)
import(checkmate)
import(dplyr)
import(ggplot2)
import(ggridges)
import(gt)
import(gtsummary)
import(patchwork)
import(scales)
import(tidyr)
importFrom(MASS,glm.nb)
importFrom(broom,
  glance,
  tidy
)
importFrom(broom.helpers,tidy_plus_plus)
importFrom(car,
  leveneTest,
  vif
)
importFrom(grDevices,
  col2rgb,
  colorRampPalette
)
importFrom(lmtest,bptest)
importFrom(nortest,ad.test)
importFrom(pROC,
  ggroc,
  roc
)
importFrom(rlang,":=")
importFrom(stats,
  AIC,
  BIC,
  TukeyHSD,
  aov,
  as.formula,
  binomial,
  cooks.distance,
  density,
  deviance,
  df,
  df.residual,
  fitted,
  glm,
  lm,
  logLik,
  median,
  na.omit,
  nobs,
  pf,
  poisson,
  predict,
  prop.test,
  qnorm,
  qt,
  reorder,
  residuals,
  rstandard,
  rstudent,
  sd,
  setNames,
  shapiro.test,
  step,
  terms
)
importFrom(tibble,
  rownames_to_column,
  tibble
)
importFrom(utils,head)
