importFrom("graphics", "plot", "points", "segments")
importFrom("stats", "coef", "glm", "model.matrix", "residuals",
             "terms", "vcov")

export(qvcalc, worstErrors, indentPrint)

S3method(print, qv)
S3method(summary, qv)
S3method(plot, qv)
