lmMLE {gofedf} | R Documentation |
Compute maximum likelihood estimates for linear models
Description
Compute maximum likelihood estimates for linear models
Usage
lmMLE(x, y)
Arguments
x |
a matrix with n rows and p columns containing the explanatory variables. |
y |
a numeric vector of length n containing the response variable. |
Value
a numeric vector of estimates.
[Package gofedf version 0.1.0 Index]