| Line 5... |
Line 5... |
| 5 |
|
5 |
|
| 6 |
\name{predict.nls}
|
6 |
\name{predict.nls}
|
| 7 |
\title{Predicting from Nonlinear Least Squares Fits}
|
7 |
\title{Predicting from Nonlinear Least Squares Fits}
|
| 8 |
\alias{predict.nls}
|
8 |
\alias{predict.nls}
|
| 9 |
\usage{
|
9 |
\usage{
|
| 10 |
\method{predict}{nls}(object, newdata , se.fit = FALSE, scale = NULL, df = Inf,
|
10 |
\method{predict}{nls}(object, newdata , se.fit = FALSE, scale = NULL, df = Inf,
|
| 11 |
interval = c("none", "confidence", "prediction"),
|
11 |
interval = c("none", "confidence", "prediction"),
|
| 12 |
level = 0.95, \dots)
|
12 |
level = 0.95, \dots)
|
| 13 |
}
|
13 |
}
|
| 14 |
\description{
|
14 |
\description{
|
| 15 |
\code{predict.nls} produces predicted values, obtained by evaluating
|
15 |
\code{predict.nls} produces predicted values, obtained by evaluating
|
| Line 42... |
Line 42... |
| 42 |
\item{interval}{A character string indicating if prediction intervals
|
42 |
\item{interval}{A character string indicating if prediction intervals
|
| 43 |
or a confidence interval on the mean responses are to be
|
43 |
or a confidence interval on the mean responses are to be
|
| 44 |
calculated. At present this argument is ignored.}
|
44 |
calculated. At present this argument is ignored.}
|
| 45 |
\item{level}{A numeric scalar between 0 and 1 giving the confidence
|
45 |
\item{level}{A numeric scalar between 0 and 1 giving the confidence
|
| 46 |
level for the intervals (if any) to be calculated. At present
|
46 |
level for the intervals (if any) to be calculated. At present
|
| 47 |
this argument is ignored.}
|
47 |
this argument is ignored.}
|
| 48 |
\item{\dots}{Additional optional arguments. At present no optional
|
48 |
\item{\dots}{Additional optional arguments. At present no optional
|
| 49 |
arguments are used.}
|
49 |
arguments are used.}
|
| 50 |
}
|
50 |
}
|
| 51 |
\value{
|
51 |
\value{
|
| 52 |
\code{predict.nls} produces a vector of predictions.
|
52 |
\code{predict.nls} produces a vector of predictions.
|