################ February 2010
export(alrWeb)
export(pureErrorAnova)
export(randomLinComb)
export(pod)
export(pod.formula)

import("car")

importFrom("graphics", "abline", "legend", "locator", "plot")
importFrom("stats", "anova", "as.formula", "coef", "confint",
             "deviance", "df.residual", "fitted", "formula", "lm",
             "model.matrix", "nls", "nls.control", "pf", "predict",
             "resid", "residuals", "rnorm", "sd", "stat.anova", "update",
             "vcov", "weights")
importFrom("utils", "browseURL")

# decprecated
export(
#	sigma.hat,
	conf.intervals,
	boot.case,
	pure.error.anova,
	delta.method,
	powtran,
	inv.tran.plot,
	inv.tran.estimate,
	inverse.response.plot,
	inv.res.plot,
	bctrans, bctrans1,
	lrt.bctrans,
#	resid.curv.test,
#	tukey.nonadd.test,
	resplot,
	residual.plots,
	marginal.model.plot,
	marginal.model.plots,
	inf.index,
	outlier.t.test
)

S3method(pureErrorAnova, lm)
S3method(pod, lm)
S3method(pod,formula)
S3method(formula,pod)
S3method(print, pod)
S3method(summary, pod)
S3method(coef, pod)
S3method(deviance, pod)
S3method(vcov, pod)
S3method(residuals, pod)
S3method(fitted, pod)
S3method(df.residual, pod)
S3method(predict, pod)
S3method(plot, pod)
S3method(plot, pod.lm)
S3method(anova, pod)
S3method(randomLinComb, default)
S3method(randomLinComb, lm)

