import(lattice)
importFrom(leaps, regsubsets)
importFrom(stats, complete.cases, predict.lm, t.test, formula, ave, aggregate, median, sd, qnorm, rnorm, dnorm, pnorm, lm, runif, optimize, cor, quantile, coef)
importFrom(grDevices, rainbow, dev.off)
importFrom(graphics, par, plot, points, legend, abline)
importFrom(latticeExtra, panel.2dsmoother)
importFrom(utils, tail, menu)
export(
	bestModel,
	boxcox,
	checkConsistency,
	cNORM.GUI,
	cnorm.cv,
	computePowers,
	derivationTable,
	derive,
	getNormCurve,
	normTable,
	plotBoxCox,
	plotDensity,
	plotDerivative,
	plotNormCurves,
	plotPercentiles,
	plotPercentileSeries,
	plotSubset,
	plotRaw,
	plotNorm,
	predictNormBC,
	predictNorm,
	predictRaw,
	predictRawBC,
	prepareData,
	printSubset,
	rangeCheck,
	rankByGroup,
	rankBySlidingWindow,
	rawTable,
	regressionFunction, simulateRasch
)
