| Line 1... |
Line 1... |
| 1 |
% File src/library/stats/man/glm.Rd
|
1 |
% File src/library/stats/man/glm.Rd
|
| 2 |
% Part of the R package, https://www.R-project.org
|
2 |
% Part of the R package, https://www.R-project.org
|
| 3 |
% Copyright 1995-2018 R Core Team
|
3 |
% Copyright 1995-2019 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{glm}
|
6 |
\name{glm}
|
| 7 |
\title{Fitting Generalized Linear Models}
|
7 |
\title{Fitting Generalized Linear Models}
|
| 8 |
\alias{glm}
|
8 |
\alias{glm}
|
| Line 256... |
Line 256... |
| 256 |
\item{formula}{the formula supplied.}
|
256 |
\item{formula}{the formula supplied.}
|
| 257 |
\item{terms}{the \code{\link{terms}} object used.}
|
257 |
\item{terms}{the \code{\link{terms}} object used.}
|
| 258 |
\item{data}{the \code{data argument}.}
|
258 |
\item{data}{the \code{data argument}.}
|
| 259 |
\item{offset}{the offset vector used.}
|
259 |
\item{offset}{the offset vector used.}
|
| 260 |
\item{control}{the value of the \code{control} argument used.}
|
260 |
\item{control}{the value of the \code{control} argument used.}
|
| 261 |
\item{method}{the name of the fitter function used (when provided as a
|
261 |
\item{method}{the name of the fitter function used (when provided as a
|
| 262 |
character string to \code(glm)) or the function definition of the fitter
|
262 |
\code{\link{character}} string to \code{glm()}) or the fitter
|
| 263 |
(when provided as a function to \code(glm)).}
|
263 |
\code{\link{function}} (when provided as that).}
|
| 264 |
\item{contrasts}{(where relevant) the contrasts used.}
|
264 |
\item{contrasts}{(where relevant) the contrasts used.}
|
| 265 |
\item{xlevels}{(where relevant) a record of the levels of the factors
|
265 |
\item{xlevels}{(where relevant) a record of the levels of the factors
|
| 266 |
used in fitting.}
|
266 |
used in fitting.}
|
| 267 |
\item{na.action}{(where relevant) information returned by
|
267 |
\item{na.action}{(where relevant) information returned by
|
| 268 |
\code{\link{model.frame}} on the special handling of \code{NA}s.}
|
268 |
\code{\link{model.frame}} on the special handling of \code{NA}s.}
|