getInitial | R Documentation |
This function evaluates initial parameter estimates for a nonlinear
regression model. If data
is a parameterized data frame or
pframe
object, its parameters
attribute is returned.
Otherwise the object is examined to see if it contains a call to a
selfStart
object whose initial
attribute can be
evaluated.
getInitial(object, data, ...)
object |
a formula or a |
data |
a data frame in which the expressions in the formula or
arguments to the |
... |
optional additional arguments |
A named numeric vector or list of starting estimates for the
parameters. The construction of many selfStart
models is such
that these "starting" estimates are, in fact, the converged parameter
estimates.
José Pinheiro and Douglas Bates
nls
, selfStart
,
selfStart.default
, selfStart.formula
.
Further, nlsList
from nlme.
PurTrt <- Puromycin[ Puromycin$state == "treated", ] print(getInitial( rate ~ SSmicmen( conc, Vm, K ), PurTrt ), digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.