powered by
Creates modelFit object to be plotted.
modelFit(object, quant.scale = FALSE, ...)
An object of class ModelAudit.
if TRUE values on axis are on quantile scale.
other parameters passed do hnp function.
hnp
# NOT RUN { library(MASS) model.glm <- glm(Postwt ~ Prewt + Treat + offset(Prewt), family = gaussian, data = anorexia) audit.glm <- audit(model.glm) mf.glm <- modelFit(audit.glm) # }
Run the code above in your browser using DataLab