export("bootstrap",
       "bootstrap2",
       "hist.resample",
       "jackknife",
       "CI.bca",
       "CI.bootstrapT",
       "CI.percentile",
       "CI.t",
       "permutationTest",
       "permutationTest2",
       "plot.resample",
       "print.resample",
       "qqnorm.resample",
       "quantile.resample",
       "Quantile",
       "resample",
       "samp.bootstrap",
       "samp.permute",
       "IfElse",
       "cat0",
       "cat0n",
       "catn",
       "colStdevs",
       "colVars",
       "ExpandProbs"
       )
importFrom(graphics, "plot", "hist", "lines", "points", "segments")
importFrom("methods", "is")
importFrom(stats, "quantile", "approx", "density", "pnorm", "qnorm",
           "qqnorm", "qt", "runif", "var")

S3method(hist, resample)
S3method(plot, resample)
S3method(print, resample)
S3method(qqnorm, resample)
S3method(quantile, resample)
