Fit linear model

fit_lm(x, y, ...)

Arguments

x

design matrix of dimension n * p.

y

vector of observations of length n, or a matrix with n rows.

...

additional parameters to be passed to .lm.fit

Value

a list

Examples


NULL
#> NULL