
# Export everything.
exportPattern("*")
S3method(plot,mixresid)
S3method(plot,mixreg)
S3method(plot,cband)
S3method(plot,cint)
S3method(rmixreg,default)
S3method(rmixreg,mixreg)
S3method(residuals,mixreg)
importFrom("graphics", "lines", "par", "plot", "points", "polygon",
           "title","legend","locator","axis","box","arrows","rug")
importFrom("grDevices","dev.off")
importFrom("stats", "coef", "dnorm", "fitted", "lm", "nlm", "qnorm",
           "rnorm", "as.formula", "model.matrix", "terms", "var","update")

