# Generated by roxygen2: do not edit by hand

S3method(binom_calc,default)
S3method(chisq_gof,default)
S3method(chisq_test,default)
S3method(cochran_test,default)
S3method(ind_ttest,default)
S3method(levene_test,default)
S3method(levene_test,formula)
S3method(levene_test,lm)
S3method(mcnemar_test,default)
S3method(os_vartest,default)
S3method(owanova,default)
S3method(paired_ttest,default)
S3method(print,binom_calc)
S3method(print,chisq_gof)
S3method(print,chisq_test)
S3method(print,cochran_test)
S3method(print,ind_ttest)
S3method(print,levene_test)
S3method(print,mcnemar_test)
S3method(print,os_vartest)
S3method(print,owanova)
S3method(print,paired_ttest)
S3method(print,prop_test)
S3method(print,runs_test)
S3method(print,ts_prop_test)
S3method(print,ttest)
S3method(print,var_test)
S3method(print,var_test_shiny)
S3method(prop_test,default)
S3method(prop_test,factor)
S3method(runs_test,default)
S3method(ts_prop_test,default)
S3method(ttest,default)
S3method(var_test,default)
S3method(var_test_shiny,default)
export(binom_calc)
export(binom_test)
export(chisq_gof)
export(chisq_test)
export(cochran_test)
export(ind_ttest)
export(levene_test)
export(mcnemar_test)
export(os_vartest)
export(owanova)
export(paired_ttest)
export(prop_test)
export(runs_test)
export(ts_prop_calc)
export(ts_prop_grp)
export(ts_prop_test)
export(ttest)
export(var_test)
export(var_test_shiny)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,funs)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,summarise_all)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
useDynLib(inferr, .registration=TRUE)
