## Imports
importFrom(car,bootCase,leveneTest,ncvTest,outlierTest)
importFrom(gplots,rich.colors)
importFrom(gdata,aggregate.table,drop.levels,nobs)
importFrom(Hmisc,binconf,"%nin%")
importFrom(multcomp,adjusted)
importFrom(TeachingDemos,slider)

## export functions
export(
  bootCase,           ## from car
  leveneTest,         ## from car
  ncvTest,            ## from car
  outlierTest,        ## from car
  accuracyPrecision,
  addMargins,
  addSigLetters,
  adTest,
  attached,
  bootCase,
  chisqPostHoc,
  chooseColors,
  ciSim,
  ci.t,
  cltSim,
  compIntercepts,
  compSlopes,
  detachAll,
  diagPlot,
  distrib,
  expandTable,
  faqNC,
  fitPlot,
  fit.plot,
  geomean,
  geosd,
  glhtSig,
  gofCI,
  highlight,
  hoCoef,
  htest,
  legendHelp,
  levenesTest,
  lgrep,
  meanMedian,
  mrnorm,
  NCStatsSims,
  paletteChoices,
  percTable,
  plotBinResp,
  powerSim,
  predictPlot,
  predictionPlot,
  residPlot,
  residual.plot,
  residualPlot,
  rSquared,
  sbeta,
  sbinom,
  schisq,
  sdCalc,
  sexp,
  sf,
  sgamma,
  sgeom,
  shyper,
  slnorm,
  snbinom,
  snorm,
  spois,
  srsdf,
  st,
  Subset,
  Summarize,
  sumTable,
  transChooser,
  trans.chooser,
  typeoflm,
  view,
  z.test
)

## register S3 methods
S3method(confint,bootCase)
S3method(fitPlot,lm)
S3method(fitPlot,SLR)
S3method(fitPlot,IVR)
S3method(fitPlot,POLY)
S3method(fitPlot,ONEWAY)
S3method(fitPlot,TWOWAY)
S3method(fitPlot,nls)
S3method(fitPlot,glm)
S3method(fitPlot,logreg)
S3method(glhtSig,glht)
S3method(highlight,default)
S3method(highlight,formula)
S3method(hist,formula)
S3method(hist,bootCase)
S3method(htest,bootCase)
S3method(identify,formula)
S3method(plot,bootCase)
S3method(plot,htest)
S3method(plotBinResp,default)
S3method(plotBinResp,formula)
S3method(print,anova)
S3method(print,CompInts)
S3method(print,CompSlopes)
S3method(print,sdcalc)
S3method(residPlot,lm)
S3method(residPlot,SLR)
S3method(residPlot,IVR)
S3method(residPlot,POLY)
S3method(residPlot,ONEWAY)
S3method(residPlot,TWOWAY)
S3method(residPlot,nls)
S3method(Subset,data.frame)
S3method(Summarize,default)
S3method(Summarize,formula)
S3method(sumTable,formula)
S3method(transChooser,lm)
S3method(transChooser,SLR)
S3method(transChooser,IVR)
S3method(transChooser,ONEWAY)
S3method(transChooser,TWOWAY)
