lm2: lm2

Description Usage Arguments Value

Description

Linear model fitter like lm(), but with the linmod package driving the model fitting.

Usage

1
2
3
lm2(formula, data, subset, weights, na.action, method = "linmod",
  model = TRUE, x = FALSE, y = FALSE, qr = TRUE, singular.ok = TRUE,
  contrasts = NULL, offset, ..., check.rank = TRUE)

Arguments

formula
data
subset
weights
na.action
method
model
x
y
qr
singular.ok
contrasts
offset
...

Additional arguments.

Value

An object of class lm.


wrathematics/Rglm2 documentation built on May 4, 2019, 9:48 a.m.