useDynLib(hqreg, .registration=TRUE)
export(hqreg, cv.hqreg)
importFrom(graphics, plot)
S3method(plot, hqreg)
S3method(plot, cv.hqreg)
importFrom(stats, predict)
S3method(predict, hqreg)
S3method(predict, cv.hqreg)
importFrom(stats, coef)
S3method(coef, hqreg)
S3method(coef, cv.hqreg)
