# Generated by roxygen2: do not edit by hand

export("%>%")
export(add_index)
export(correlate)
export(crosstab)
export(describe)
export(describe_cat)
export(get_reliability)
export(t_test)
export(tab_frequencies)
export(test_icr)
export(to_correlation_matrix)
export(unianova)
import(rlang)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(stats,TukeyHSD)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(tibble,tibble)
importFrom(utils,combn)
importFrom(utils,hasName)
