| Line 62... |
Line 62... |
| 62 |
\item{transform.x}{logical vector; if an element (recycled as necessary)
|
62 |
\item{transform.x}{logical vector; if an element (recycled as necessary)
|
| 63 |
is \code{TRUE}, partial residuals for the corresponding term are
|
63 |
is \code{TRUE}, partial residuals for the corresponding term are
|
| 64 |
plotted against transformed values.
|
64 |
plotted against transformed values.
|
| 65 |
The model response is then a straight line, allowing a
|
65 |
The model response is then a straight line, allowing a
|
| 66 |
ready comparison against the data or against the curve
|
66 |
ready comparison against the data or against the curve
|
| 67 |
obtained from \code{smooth-panel.smooth}.}
|
67 |
obtained from \code{smooth = panel.smooth}.}
|
| 68 |
\item{\dots}{other graphical parameters.}
|
68 |
\item{\dots}{other graphical parameters.}
|
| 69 |
}
|
69 |
}
|
| 70 |
\details{
|
70 |
\details{
|
| 71 |
The \code{model} object must have a \code{predict} method that accepts
|
71 |
The \code{model} object must have a \code{predict} method that accepts
|
| 72 |
\code{type = "terms"}, e.g., \code{\link{glm}} in the \pkg{stats} package,
|
72 |
\code{type = "terms"}, e.g., \code{\link{glm}} in the \pkg{stats} package,
|