Learn R Programming

auditor (version 0.3.0)

observationInfluence: Create Observation Influence Explainer

Description

Creates observationInfluence object to be plotted.

Usage

observationInfluence(object, ...)

Arguments

object

An object of class ModelAudit.

...

other parameters.

Examples

Run this code
# 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