# Generated by roxygen2: do not edit by hand

S3method(confint,hypothesis_test)
S3method(confint,wald_test)
S3method(confint,z_test)
S3method(dof,hypothesis_test)
S3method(is_significant_at,hypothesis_test)
S3method(print,hypothesis_test)
S3method(pval,hypothesis_test)
S3method(test_stat,hypothesis_test)
export(adjust_pval)
export(dof)
export(fisher_combine)
export(hypothesis_test)
export(is_significant_at)
export(lrt)
export(pval)
export(test_stat)
export(wald_test)
export(z_test)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,qt)
