where is the cook-distance in R? i can't find it!please help me!
cook distance
4 messages · Michele Grassi, Ernesto Jardim, Peter Dalgaard +1 more
On Wed, 2003-06-04 at 16:46, Michele Grassi wrote:
where is the cook-distance in R? i can't find it!please help me!
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
Hi Try ?cooks.distance it's a part of the influence.measures functions. Regards EJ
Michele Grassi <grassi at psico.univ.trieste.it> writes:
where is the cook-distance in R? i can't find it!please help me!
apropos("cook")
[1] "cooks.distance" "cooks.distance.glm" "cooks.distance.lm"
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
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:
where is the cook-distance in R? i can't find it!please help me!
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] gavin.simpson at ucl.ac.uk UCL Department of Geography [W] http://www.ucl.ac.uk/~ucfagls/cv/ 26 Bedford Way [W] http://www.ucl.ac.uk/~ucfagls/ London. WC1H 0AP. %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%