draw.history(segmented)
draw.history()所属R语言包:segmented
History for the breakpoint estimates
历史断点估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Displays breakpoint iteration values for segmented fits.
为分段拟合显示断点迭代的值。
用法----------Usage----------
draw.history(obj, term, ...)
参数----------Arguments----------
参数:obj
a segmented fit returned by any "segmented" method.
分段适合经由任何“分段的”方法。
参数:term
the "segmented" variable whose breakpoint values throughout iterations have to be displayed.
“分段”变量的值在整个迭代过程必须显示其断点。
参数:...
graphic parameters to be passed to matplot().
图形参数被传递到matplot()。
Details
详细信息----------Details----------
For a given term in a segmented fit, draw.history() displays the different breakpoint values obtained during the estimating process, since the starting values up to the final ones.
对于一个给定的term在一个分段配合,draw.history()显示不同断点在估计过程中获得的值,因为最终的起始值。
值----------Value----------
None.
无。
(作者)----------Author(s)----------
Vito M.R. Muggeo
实例----------Examples----------
data(stagnant)
os<-segmented(lm(y~x,data=stagnant),seg.Z=~x,psi=list(x=-.8))
draw.history(os)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|