powered by
Creates observationInfluence object to be plotted.
observationInfluence(object, ...)
An object of class ModelAudit.
other parameters.
# NOT RUN { library(MASS) model.glm <- glm(Postwt ~ Prewt + Treat + offset(Prewt), family = gaussian, data = anorexia) audit.glm <- audit(model.glm) oi.glm <- observationInfluence(audit.glm) # }
Run the code above in your browser using DataLab