Skip to content

R-alpha: R-beta: hat

2 messages · Thomas Lumley, Peter Dalgaard

#
The hat() function, returning the diagonal of the hat matrix, currently
works only on matrices and doesn't work with weights.  Could we make it
return lm.influence(x)$hat when inherits(x,"lm")?


Thomas Lumley
------------------------------------------------------+------
Biostatistics		: "Never attribute to malice what  :
Uni of Washington	:  can be adequately explained by  :
Box 357232		:  incompetence" - Hanlon's Razor  :
Seattle WA 98195-7232	:				   :
------------------------------------------------------------


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#
Thomas Lumley <thomas@biostat.washington.edu> writes:
Shouldn't it be the other way around? i.e. lm.influence(x) sets $hat
to hat.lm(x)