importFrom(graphics, "lines", "mtext", "points")
importFrom(stats, "delete.response", "glm", "model.matrix",
           "predict", "qnorm", "residuals", "stepfun", "terms", "var",
           "vcov", "family", "model.extract", "model.frame")
importFrom(survival, "coxph", "coxph.detail")
importFrom(data.table, "data.table")

export(stdGlm, stdCoxph)

S3method(summary, stdGlm)
S3method(print, summary.stdGlm)
S3method(plot, stdGlm)
S3method(summary, stdCoxph)
S3method(print, summary.stdCoxph)
S3method(plot, stdCoxph)
