cooks.20x {s20x}R Documentation

Cook's distance plot

Description

Draws a Cook's distance plot.

Usage

cooks.20x(lmfit)

Arguments

lmfit output from the function "lm()".

Value

Returns the plot and identifies the three highest Cook's values

Examples

# Peruvian Indians data
data(peru)
attach(peru)
fit1<-lm(BP~age+years+I(years^2)+weight+height)
cooks.20x(fit1)
detach(peru)

[Package s20x version 2.6.1.000 Index]