Skip to content
Prev 32909 / 398513 Next

cook distance

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: