Learn R Programming

gofedf (version 0.1.0)

lmMLE: Compute maximum likelihood estimates for linear models

Description

Compute maximum likelihood estimates for linear models

Usage

lmMLE(x, y)

Value

a numeric vector of estimates.

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.