# Generated by roxygen2: do not edit by hand

S3method(diagnose_model,coxph)
S3method(diagnose_model,glm)
S3method(diagnose_model,lm)
S3method(plot,model_diagnostics)
S3method(print,model_diagnostics)
S3method(summary,model_diagnostics)
export(diagnose_model)
importFrom(ResourceSelection,hoslem.test)
importFrom(car,vif)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(lmtest,bptest)
importFrom(lmtest,dwtest)
importFrom(stats,acf)
importFrom(stats,coef)
importFrom(stats,cooks.distance)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,dpois)
importFrom(stats,fitted)
importFrom(stats,lowess)
importFrom(stats,model.frame)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(survival,cox.zph)
