Compute Fisher information matrix in the case of linear model with Normal residuals.
lmFisherByHessian(x, y, theta)
Fisher information matrix for linear models.
a matrix with n rows and p columns containing the explanatory variables.
a numeric vector of length n containing the response variable.
a numeric vector of length (p+1), containing MLE of parameters in a linear model.