Description Usage Arguments Value Note Author(s) References See Also Examples
This function uses QR decomposition to determine the hat matrix of a model given its design matrix X. It is specific to objects of class msme.
1 2 |
model |
A fitted model of class msme. |
... |
other arguments, retained for compatibility with generic method. |
An n*n matrix of hat values, where n is the number of observations used to fit the model. Needed to standardize the residuals.
Leverages can be obtained as the diagonal of the output. See the examples.
Andrew Robinson and Joe Hilbe.
Hilbe, J.M., and Robinson, A.P. 2013. Methods of Statistical Model Estimation. Chapman & Hall / CRC.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.