View source: R/utils_lmnormal.R
lmFisherByHessian | R Documentation |
Compute Fisher information matrix in the case of linear model with Normal residuals.
lmFisherByHessian(x, y, theta)
x |
a matrix with n rows and p columns containing the explanatory variables. |
y |
a numeric vector of length n containing the response variable. |
theta |
a numeric vector of length (p+1), containing MLE of parameters in a linear model. |
Fisher information matrix for linear models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.