# Generated by roxygen2: do not edit by hand

S3method(plot,anova_test)
S3method(print,anova_test)
S3method(tukey_hsd,data.frame)
S3method(tukey_hsd,default)
S3method(tukey_hsd,lm)
export("%>%")
export(Anova)
export(Manova)
export(add_significance)
export(add_x_position)
export(add_xy_position)
export(add_y_position)
export(adjust_pvalue)
export(anova_summary)
export(anova_test)
export(as_cor_mat)
export(box_m)
export(cohens_d)
export(convert_as_factor)
export(cor_as_symbols)
export(cor_gather)
export(cor_get_pval)
export(cor_mark_significant)
export(cor_mat)
export(cor_plot)
export(cor_pmat)
export(cor_reorder)
export(cor_select)
export(cor_spread)
export(cor_test)
export(cramer_v)
export(create_test_label)
export(doo)
export(drop_na)
export(dunn_test)
export(emmeans_test)
export(eta_squared)
export(factorial_design)
export(filter)
export(freq_table)
export(friedman_effsize)
export(friedman_test)
export(games_howell_test)
export(gather)
export(get_anova_table)
export(get_comparisons)
export(get_emmeans)
export(get_mode)
export(get_pwc_label)
export(get_summary_stats)
export(get_test_label)
export(get_y_position)
export(group_by)
export(identify_outliers)
export(is_extreme)
export(is_outlier)
export(kruskal_effsize)
export(kruskal_test)
export(levene_test)
export(mahalanobis_distance)
export(make_clean_names)
export(mshapiro_test)
export(mutate)
export(p_adj_names)
export(p_detect)
export(p_format)
export(p_mark_significant)
export(p_names)
export(p_round)
export(pairwise_sign_test)
export(pairwise_t_test)
export(pairwise_wilcox_test)
export(partial_eta_squared)
export(pull_lower_triangle)
export(pull_triangle)
export(pull_upper_triangle)
export(reorder_levels)
export(replace_lower_triangle)
export(replace_triangle)
export(replace_upper_triangle)
export(sample_n_by)
export(select)
export(set_ref_level)
export(shapiro_test)
export(sign_test)
export(spread)
export(t_test)
export(tibble)
export(tidy)
export(tukey_hsd)
export(welch_anova_test)
export(wilcox_effsize)
export(wilcox_test)
importFrom(broom,tidy)
importFrom(car,Anova)
importFrom(car,Manova)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(dplyr,do)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,set_colnames)
importFrom(purrr,map)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,quo_name)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,IQR)
importFrom(stats,TukeyHSD)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,median)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,qbinom)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
