# Generated by roxygen2: do not edit by hand

export(check_continuity_by_window)
export(check_input_validity)
export(check_rate_diff_arima_ready)
export(compare_distribution_by_granularity)
export(compare_monthly_cases)
export(diagnose_model_trend)
export(explore_continuous_trend)
export(explore_poisson_trend)
export(explore_poisson_trend_Legacy)
export(explore_trend_auto)
export(explore_zinb_trend)
export(filter_by_groupcol)
export(infer_value_type)
export(plot_weekly_cases)
export(prepare_group_data)
export(run_count_multi_group_tests)
export(run_count_two_group_tests)
export(run_group_tests)
export(run_multi_group_tests)
export(run_paired_tests)
export(standardize_case_columns)
importFrom(FSA,dunnTest)
importFrom(MASS,glm.nb)
importFrom(car,Anova)
importFrom(car,leveneTest)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(e1071,skewness)
importFrom(emmeans,contrast)
importFrom(emmeans,emmeans)
importFrom(forecast,Acf)
importFrom(forecast,Pacf)
importFrom(forecast,ndiffs)
importFrom(forecast,nsdiffs)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,stat_qq)
importFrom(ggplot2,stat_qq_line)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggpubr,ggqqplot)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,floor_date)
importFrom(lubridate,isoweek)
importFrom(lubridate,isoyear)
importFrom(lubridate,month)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(mgcv,gam)
importFrom(mgcv,gam.check)
importFrom(mgcv,gam.control)
importFrom(mgcv,nb)
importFrom(mgcv,s)
importFrom(multcomp,glht)
importFrom(multcomp,mcp)
importFrom(pscl,vuong)
importFrom(pscl,zeroinfl)
importFrom(pscl,zeroinfl.control)
importFrom(rlang,"!!!")
importFrom(rlang,.data)
importFrom(rlang,as_name)
importFrom(rlang,sym)
importFrom(splines,ns)
importFrom(stats,AIC)
importFrom(stats,Box.test)
importFrom(stats,Gamma)
importFrom(stats,TukeyHSD)
importFrom(stats,aggregate)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,bartlett.test)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,cor.test)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,glm.control)
importFrom(stats,kruskal.test)
importFrom(stats,ks.test)
importFrom(stats,na.omit)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,stl)
importFrom(stats,t.test)
importFrom(stats,ts)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tseries,adf.test)
importFrom(tseries,kpss.test)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)
