| Line 29... |
Line 29... |
| 29 |
number of unique points if \code{raw = TRUE}.}
|
29 |
number of unique points if \code{raw = TRUE}.}
|
| 30 |
\item{coefs}{for prediction, coefficients from a previous fit.}
|
30 |
\item{coefs}{for prediction, coefficients from a previous fit.}
|
| 31 |
\item{raw}{if true, use raw and not orthogonal polynomials.}
|
31 |
\item{raw}{if true, use raw and not orthogonal polynomials.}
|
| 32 |
\item{object}{an object inheriting from class \code{"poly"}, normally
|
32 |
\item{object}{an object inheriting from class \code{"poly"}, normally
|
| 33 |
the result of a call to \code{poly} with a single vector argument.}
|
33 |
the result of a call to \code{poly} with a single vector argument.}
|
| 34 |
\item{\dots}{\code{poly, polym}: further vectors.\cr
|
34 |
\item{\dots}{\code{poly}, \code{polym}: further vectors.\cr
|
| 35 |
\code{predict.poly}: arguments to be passed to or from other methods.
|
35 |
\code{predict.poly}: arguments to be passed to or from other methods.
|
| 36 |
}
|
36 |
}
|
| 37 |
}
|
37 |
}
|
| 38 |
\value{
|
38 |
\value{
|
| 39 |
For \code{poly} with a single vector argument:\cr
|
39 |
For \code{poly} with a single vector argument:\cr
|