The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 87422
Line 7... Line 7...
7
\alias{predict.glm}
7
\alias{predict.glm}
8
\concept{regression}
8
\concept{regression}
9
\title{Predict Method for GLM Fits}
9
\title{Predict Method for GLM Fits}
10
\usage{
10
\usage{
11
\method{predict}{glm}(object, newdata = NULL,
11
\method{predict}{glm}(object, newdata = NULL,
12
            type = c("link", "response", "terms"),
12
        type = c("link", "response", "terms"),
13
            se.fit = FALSE, dispersion = NULL, terms = NULL,
13
        se.fit = FALSE, dispersion = NULL, terms = NULL,
14
            na.action = na.pass, \dots)
14
        na.action = na.pass, ...)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{object}{a fitted object of class inheriting from \code{"glm"}.}
17
  \item{object}{a fitted object of class inheriting from \code{"glm"}.}
18
  \item{newdata}{optionally, a data frame in which to look for variables with
18
  \item{newdata}{optionally, a data frame in which to look for variables with
19
    which to predict.  If omitted, the fitted linear predictors are used.}
19
    which to predict.  If omitted, the fitted linear predictors are used.}