# Generated by roxygen2: do not edit by hand

S3method(print,cint)
export(ci_IQR)
export(ci_chisq_ncp)
export(ci_cor)
export(ci_cramersv)
export(ci_f_ncp)
export(ci_kurtosis)
export(ci_mad)
export(ci_mean)
export(ci_mean_diff)
export(ci_median)
export(ci_median_diff)
export(ci_oddsratio)
export(ci_proportion)
export(ci_quantile)
export(ci_quantile_diff)
export(ci_rsquared)
export(ci_sd)
export(ci_skewness)
export(ci_var)
export(cramersv)
export(is.cint)
export(kurtosis)
export(moment)
export(oddsratio)
export(se_mean)
export(se_mean_diff)
export(se_proportion)
export(se_var)
export(skewness)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(stats,IQR)
importFrom(stats,binom.test)
importFrom(stats,chisq.test)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,fisher.test)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,qbinom)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,uniroot)
importFrom(stats,var)
