Description Usage Arguments Details
Function to compute/extract a function that returns the information
matrix for an object of class lm
/enriched_lm
1 2 | ## S3 method for class 'lm'
get_information_function(object, ...)
|
object |
an object of class |
... |
currently not used |
The computed/extracted function has arguments
the regression coefficients at which the information matrix is evaluated. If missing then the maximum likelihood estimates are used
the dispersion parameter at which the information matrix is evaluated. If missing then the maximum likelihood estimate is used
should the function return th 'expected' or 'observed' information? Default is expected
If TRUE
, then the QR decomposition of
W^{1/2} X
is returned, where
W
is a diagonal matrix with the working weights (object$weights
) and
X
is the model matrix.
If TRUE
, then the Cholesky decomposition of the information matrix at the coefficients is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.