# Generated by roxygen2: do not edit by hand

S3method(ifr_binom_calc,default)
S3method(ifr_chisq_assoc_test,default)
S3method(ifr_chisq_gof_test,default)
S3method(ifr_cochran_qtest,default)
S3method(ifr_levene_test,default)
S3method(ifr_mcnemar_test,default)
S3method(ifr_oneway_anova,default)
S3method(ifr_os_prop_test,default)
S3method(ifr_os_t_test,default)
S3method(ifr_os_var_test,default)
S3method(ifr_runs_test,default)
S3method(ifr_ts_ind_ttest,default)
S3method(ifr_ts_paired_ttest,default)
S3method(ifr_ts_prop_test,default)
S3method(ifr_ts_var_test,default)
S3method(print,ifr_binom_calc)
S3method(print,ifr_chisq_assoc_test)
S3method(print,ifr_chisq_gof_test)
S3method(print,ifr_cochran_qtest)
S3method(print,ifr_levene_test)
S3method(print,ifr_mcnemar_test)
S3method(print,ifr_oneway_anova)
S3method(print,ifr_os_prop_test)
S3method(print,ifr_os_t_test)
S3method(print,ifr_os_var_test)
S3method(print,ifr_runs_test)
S3method(print,ifr_ts_ind_ttest)
S3method(print,ifr_ts_paired_ttest)
S3method(print,ifr_ts_prop_test)
S3method(print,ifr_ts_var_test)
export(ifr_binom_calc)
export(ifr_binom_test)
export(ifr_chisq_assoc_test)
export(ifr_chisq_gof_test)
export(ifr_cochran_qtest)
export(ifr_launch_shiny_app)
export(ifr_levene_test)
export(ifr_mcnemar_test)
export(ifr_oneway_anova)
export(ifr_os_prop_test)
export(ifr_os_t_test)
export(ifr_os_var_test)
export(ifr_runs_test)
export(ifr_ts_ind_ttest)
export(ifr_ts_paired_ttest)
export(ifr_ts_prop_calc)
export(ifr_ts_prop_group)
export(ifr_ts_prop_test)
export(ifr_ts_var_test)
export(infer_binom_calc)
export(infer_binom_test)
export(infer_chisq_assoc_test)
export(infer_chisq_gof_test)
export(infer_cochran_qtest)
export(infer_launch_shiny_app)
export(infer_levene_test)
export(infer_mcnemar_test)
export(infer_oneway_anova)
export(infer_os_prop_test)
export(infer_os_t_test)
export(infer_os_var_test)
export(infer_runs_test)
export(infer_ts_ind_ttest)
export(infer_ts_paired_ttest)
export(infer_ts_prop_calc)
export(infer_ts_prop_grp)
export(infer_ts_prop_test)
export(infer_ts_var_test)
import(magrittr)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,setDF)
importFrom(magrittr,"%>%")
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,lm)
importFrom(stats,median)
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(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,packageVersion)
useDynLib(inferr)
