Skip to content

cook distance

4 messages · Michele Grassi, Ernesto Jardim, Peter Dalgaard +1 more

#
On Wed, 2003-06-04 at 16:46, Michele Grassi wrote:
Hi

Try 

?cooks.distance

it's a part of the influence.measures functions.

Regards

EJ
#
Michele Grassi <grassi at psico.univ.trieste.it> writes:
[1] "cooks.distance"     "cooks.distance.glm" "cooks.distance.lm"
#
Michele,

Did you use the search tools in R?

Within R:

 > apropos("cooks")
[1] "cooks.distance"     "cooks.distance.glm" "cooks.distance.lm"

and a similar search using the html help facility returned a single 
entry for the functions influence.measures() in base, under which the 
above three functions are documented.

HTH

Gav
Michele Grassi wrote: