ci.plot(tpr)
ci.plot()所属R语言包:tpr
Confidence Interval Plot
置信区间图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plotting time-varying coefficient with pointwise confidence.
绘制随时间变化的系数与逐点信心。
用法----------Usage----------
ci.plot(x, y, se, level = 0.95, ylim = NULL, newplot = TRUE, fun = gaussian()$linkinv, dfun = gaussian()$mu.eta, ...)
参数----------Arguments----------
参数:x
the x coordinate
的x坐标
参数:y
the y coordinate
的y坐标
参数:se
the standard error of y
为y的标准误差
参数:level
confidence level
置信水平
参数:ylim
the range of y axis
y轴方向的范围内
参数:newplot
if TRUE, draw a new plot
如果为TRUE,绘制一个新的图
参数:fun
a transform function
转换函数
参数:dfun
the derivative of the tranform function
的衍生物的等转换函数
参数:...
arguments to be passed to plot
要传递的参数绘制
(作者)----------Author(s)----------
Jun Yan <a href="mailto:jyan@stat.uconn.edu">jyan@stat.uconn.edu</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|