
import(lattice)
importFrom(leaps, regsubsets)
importFrom(stats, xtabs, as.formula, summary.lm, pbeta, approx, poly, na.omit, 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, text)
importFrom(latticeExtra, panel.2dsmoother)
importFrom(utils, tail, menu, head)
export(
	bestModel,
	checkConsistency,
	cNORM.GUI,
	cnorm.cv,
	cnorm,
	computePowers,
	derivationTable,
	derive,
	getNormCurve,
	getGroups,
	normTable,
	plotDensity,
	plotDerivative,
	plotNormCurves,
	plotPercentiles,
	plotPercentileSeries,
	plotSubset,
	plotRaw,
	plotNorm,
	plotCnorm,
	predictNorm,
	predictRaw,
	prepareData,
	printSubset,
	rangeCheck,
	rankByGroup,
	rankBySlidingWindow,
	rawTable,
	regressionFunction,
	simulateRasch,
	modelSummary,
	getNormScoreSE,
	weighted.rank,
	weighted.quantile,
	weighted.quantile.inflation,
	weighted.quantile.harrell.davis,
	weighted.quantile.type7,
	computeWeights
)



S3method(plot, cnorm)
S3method(print, cnorm)
S3method(summary, cnorm)
