profile(stats)
profile()所属R语言包:stats
Generic Function for Profiling Models
剖面模型的通用功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Investigates behavior of objective function near the solution represented by fitted.
调查的目标函数靠近fitted为代表的解决方案的行为。
See documentation on method functions for further details.
详情见方法函数的文档。
用法----------Usage----------
profile(fitted, ...)
参数----------Arguments----------
参数:fitted
the original fitted model object.
原来的拟合模型对象。
参数:...
additional parameters. See documentation on individual methods.
额外的参数。看到个别方法的文档。
值----------Value----------
A list with an element for each parameter being profiled. See the individual methods for further details.
正在分析一个元素为每个参数列表。详情见个人的方法。
参见----------See Also----------
profile.nls, profile.glm in package MASS, ...
profile.nls,profile.glm包MASS,...
For profiling R code, see Rprof.
分析R代码,看到Rprof。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|