Calculates the Leverages for a GLM through a C Routine
Calculates the leverages of a GLM through a C routine. It is intended to
be used only within brglm.fit
.
gethats(nobs, nvars, x.t, XWXinv, ww)
nobs |
The number of observations, i.e. |
nvars |
The number of parameters, i.e. |
x.t |
|
XWXinv |
The inverse of the Fisher information. |
ww |
The ‘working’ weights. |
A vector containing the diagonal elements of the hat matrix.
Ioannis Kosmidis, ioannis.kosmidis@warwick.ac.uk
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.