glm_fit: Generalized Linear Model Fitter

Description Usage Details Value Examples

View source: R/glm_fit.r

Description

TODO

Usage

1
2
glm_fit(x, y, offset = rep(0, nobs), family = gaussian(),
  control = list(), intercept = TRUE, ..., stoprule = "deviance")

Details

TODO

Value

A list containing the elements:

coefficients
residuals
fitted.values
effects
R
rank
qr
family
linear.predictors
deviance
aic
null.deviance
iter
weights
prior.weights
df.residual
df.null
y
converged
boundary

where qr is a list consisting of the elements:

qr
qraux
pivot
tol
rank

Examples

1
2
3
4
5
6
## Not run: 
library(linmod)

TODO

## End(Not run)

wrathematics/linmod documentation built on May 4, 2019, 10:52 a.m.