getInitial(stats)
getInitial()所属R语言包:stats
Get Initial Parameter Estimates
获取初始参数估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
此函数计算非线性回归模型的初始参数估计。 data如果是一个参数化的数据框或pframe对象,其parameters属性返回。否则的对象进行检查,看它是否包含一个selfStart的initial属性可以评估对象的调用。
用法----------Usage----------
getInitial(object, data, ...)
参数----------Arguments----------
参数:object
a formula or a selfStart model that defines a nonlinear regression model
一个公式或一个selfStart模型,它定义了非线性回归模型
参数:data
a data frame in which the expressions in the formula or arguments to the selfStart model can be evaluated
公式或参数selfStart模型中的表达可以评估一个数据框
参数:...
optional additional arguments
可选的附加参数
值----------Value----------
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.
一个名为数字向量或列表开始的参数估计。很多selfStart模型的建设等,这些“开始”估计是,事实上,融合的参数估计。
作者(S)----------Author(s)----------
Jos |