# Generated by roxygen2: do not edit by hand

S3method(anova,cont_table)
S3method(correlation,cont_table)
S3method(covariance,cont_table)
S3method(cut,bin)
S3method(cut,character)
S3method(cut,factor)
S3method(gini,cont_table)
S3method(gini,freq_table)
S3method(gmean,default)
S3method(gmean,freq_table)
S3method(kurtosis,cont_table)
S3method(kurtosis,default)
S3method(kurtosis,freq_table)
S3method(madev,cont_table)
S3method(madev,default)
S3method(madev,freq_table)
S3method(mean,cont_table)
S3method(mean,freq_table)
S3method(medial,freq_table)
S3method(median,freq_table)
S3method(modval,cont_table)
S3method(modval,freq_table)
S3method(quantile,freq_table)
S3method(skewness,cont_table)
S3method(skewness,default)
S3method(skewness,freq_table)
S3method(stdev,cont_table)
S3method(stdev,default)
S3method(stdev,freq_table)
S3method(summary,anova.cont_table)
S3method(variance,cont_table)
S3method(variance,default)
S3method(variance,freq_table)
export(as_numeric)
export(bin)
export(conditional)
export(cont_table)
export(correlation)
export(covariance)
export(freq_table)
export(gini)
export(gmean)
export(joint)
export(kurtosis)
export(madev)
export(marginal)
export(medial)
export(modval)
export(regline)
export(skewness)
export(stdev)
export(type_anova)
export(type_cont.table)
export(type_cumul)
export(type_freqpoly)
export(type_histo)
export(type_lorenz)
export(type_pie)
export(variance)
export(wide)
importFrom(grDevices,palette)
importFrom(graphics,arrows)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(stats,anova)
importFrom(stats,lag)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,weighted.mean)
