lmMLE: Compute maximum likelihood estimates for linear models

View source: R/utils_lmnormal.R

lmMLER 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.


gofedf documentation built on Oct. 1, 2023, 5:08 p.m.