family {base} | R Documentation |
Family objects provide a convenient way to specify
the details of the models used by functions such as glm
.
See the documentation for glm
for the details on
how such model fitting takes place.
family(object)
binomial(link=logit)
gaussian()
Gamma(link=inverse)
inverse.gaussian()
poisson(link=log)
quasi(link=identity, variance=constant)
link |
a specification for the model link function.
The |
variance |
for all families, other than |
object |
the function |
McCullagh P. and J. A. Nelder (1989). Generalized Linear Models. London: Chapman and Hall.
Dobson, A. J. (1983). An Introduction to Statistical Modelling. London: Chapman and Hall.
Cox, D. R. and E. J. Snell (1981). Applied Statistics; Principles and Examples. London: Chapman and Hall.
glm
, power
.