# Generated by roxygen2: do not edit by hand

S3method(anova,cont_table)
S3method(correlation,cont_table)
S3method(covariance,cont_table)
S3method(cut,bin)
S3method(cut,character)
S3method(cut,factor)
S3method(extract,character)
S3method(extract,factor)
S3method(format,cont_table)
S3method(format,freq_table)
S3method(gini,cont_table)
S3method(gini,freq_table)
S3method(gmean,default)
S3method(gmean,freq_table)
S3method(kurtosis,cont_table)
S3method(kurtosis,default)
S3method(kurtosis,freq_table)
S3method(madev,cont_table)
S3method(madev,default)
S3method(madev,freq_table)
S3method(mean,cont_table)
S3method(mean,freq_table)
S3method(medial,freq_table)
S3method(median,freq_table)
S3method(modval,cont_table)
S3method(modval,freq_table)
S3method(pre_plot,cont_table)
S3method(pre_plot,freq_table)
S3method(pre_print,cont_table)
S3method(pre_print,freq_table)
S3method(print,bin)
S3method(print,cont_table)
S3method(quantile,freq_table)
S3method(skewness,cont_table)
S3method(skewness,default)
S3method(skewness,freq_table)
S3method(stdev,cont_table)
S3method(stdev,default)
S3method(stdev,freq_table)
S3method(summary,anova.cont_table)
S3method(variance,cont_table)
S3method(variance,default)
S3method(variance,freq_table)
export("%>%")
export(as_bin)
export(as_numeric)
export(conditional)
export(cont_table)
export(correlation)
export(covariance)
export(extract)
export(freq_table)
export(gini)
export(gmean)
export(is_bin)
export(joint)
export(kurtosis)
export(madev)
export(marginal)
export(medial)
export(modval)
export(pre_plot)
export(pre_print)
export(regline)
export(skewness)
export(stdev)
export(variance)
importFrom(cli,cat_line)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,near)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarise_if)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_relevel)
importFrom(magrittr,"%>%")
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(rlang,set_names)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(tibble,add_column)
importFrom(tidyr,extract)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
