glm2: glm2

Description Usage Arguments Value

Description

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

Usage

1
2
3
4
glm2(formula, family = gaussian, data, weights, subset, na.action,
  start = NULL, etastart, mustart, offset, control = list(...),
  model = TRUE, method = "glm.fit", x = FALSE, y = TRUE,
  contrasts = NULL, ...)

Arguments

formula
family
data
weights
subset
na.action
start
etastart
mustart
offset
control
model
x
y
contrasts
...

Additional arguments.

metod

Value

An object of class lm.


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