The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 73628
Line 12... Line 12...
12
\alias{getInitial.selfStart}
12
\alias{getInitial.selfStart}
13
\usage{
13
\usage{
14
getInitial(object, data, \dots)
14
getInitial(object, data, \dots)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{object}{a formula or a \code{selfStart} model that defines a
17
  \item{object}{a formula or a \code{\link{selfStart}} model that defines a
18
    nonlinear regression model}
18
    nonlinear regression model}
19
  \item{data}{a data frame in which the expressions in the formula or
19
  \item{data}{a data frame in which the expressions in the formula or
20
    arguments to the \code{selfStart} model can be evaluated}
20
    arguments to the \code{selfStart} model can be evaluated}
21
  \item{\dots}{optional additional arguments}
21
  \item{\dots}{optional additional arguments}
22
}
22
}
Line 33... Line 33...
33
    parameters.  The construction of many \code{selfStart} models is such
33
    parameters.  The construction of many \code{selfStart} models is such
34
    that these "starting" estimates are, in fact, the converged parameter
34
    that these "starting" estimates are, in fact, the converged parameter
35
    estimates.
35
    estimates.
36
}
36
}
37
\author{\enc{José}{Jose} Pinheiro and Douglas Bates}
37
\author{\enc{José}{Jose} Pinheiro and Douglas Bates}
38
\seealso{\code{\link{nls}}, %\code{\link{nlsList}},
38
\seealso{\code{\link{nls}}, \code{\link{selfStart}},
39
    \code{\link{selfStart}},
39
  \code{\link{selfStart.default}}, \code{\link{selfStart.formula}}.
40
    \code{\link{selfStart.default}}, \code{\link{selfStart.formula}}
40
  Further,  \code{\link[nlme]{nlsList}} from \CRANpkg{nlme}.
41
}
41
}
42
\examples{
42
\examples{
43
PurTrt <- Puromycin[ Puromycin$state == "treated", ]
43
PurTrt <- Puromycin[ Puromycin$state == "treated", ]
44
print(getInitial( rate ~ SSmicmen( conc, Vm, K ), PurTrt ), digits = 3)
44
print(getInitial( rate ~ SSmicmen( conc, Vm, K ), PurTrt ), digits = 3)
45
}
45
}