## Export almost all

export(bestset.noise, bestsetNoise, bounce, bsnCV, bsnVaryNvar,
       bsnOpt, capstring, compareTreecalcs, component.residual,
       confusion, cv.binary, cv.lm, CVbinary, CVlm, datafile,
       errorsINseveral, errorsINx, excessRisk, hardcopy, lmdiags,
       logisticsim, multilap, onesamp, onet.permutation,
       onetPermutation, oneway.plot, onewayPlot, overlap.density,
       overlapDensity, panel.corr, panelCorr, panelplot, pause,
       plotSampDist, plotSimDiags, plotSimScat,
       poissonsim, powerplot, press, qreference, sampdist,
       show.colors, simulateLinear, simulateSampDist,
       twot.permutation, twotPermutation, vif, align2D)

importFrom(latticeExtra, as.layer, layer, layer_, glayer, glayer_)
importFrom(lattice, xyplot, simpleTheme, trellis.device, trellis.par.set)
importFrom("grDevices", "as.graphicsAnnot", "col2rgb", "colors",
            "palette", "pdf", "postscript", "rainbow", "rgb")
 importFrom("graphics", "abline", "axis", "box", "legend", "lines",
            "mtext", "panel.smooth", "par", "plot", "plot.new",
            "plot.window", "points", "rect", "strwidth", "text",
            "title")
 importFrom("methods", "as")
 importFrom("stats", "anova", "as.formula", "coef", "complete.cases",
            "cooks.distance", "cor", "density", "deriv", "deviance",
            "df.residual", "fitted", "formula", "glm", "hatvalues",
            "lm", "lm.influence", "model.frame", "model.matrix",
            "model.response", "predict", "qnorm", "qqnorm", "qt",
            "qtukey", "quantile", "rbinom", "relevel", "resid",
            "residuals", "rnorm", "rpois", "runif", "sd", "simulate",
            "summary.aov", "summary.lm", "t.test", "terms", "var",
            "weights")
 importFrom("utils", "write.table")
