ecdf.ksCI(sfsmisc)
ecdf.ksCI()所属R语言包:sfsmisc
Plot the Empirical Distribution Function Together With 95% Confidence Curves.
拥有95%的置信曲线一起绘制的经验分布函数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots the empirical distribution function for univariate data, together with upper and lower simultaneous 95% confidence curves.
图为单变量数据的经验分布函数,连同上部和下部同时95%的置信曲线。
用法----------Usage----------
ecdf.ksCI(x, main = NULL, sub = NULL, xlab = deparse(substitute(x)),
ci.col = "red", ...)
参数----------Arguments----------
参数:x
x numerical vector of observations.
x数值向量的观测。
参数:main,sub,xlab
arguments passed to title.
参数传递到title。
参数:ci.col
color for confidence interval lines.
置信区间线的颜色。
参数:...
... arguments given to plot.stepfun.
...参数给plot.stepfun。
值----------Value----------
Nothing. Used for its side effect, to produce a plot.
什么也没有。用于其副作用,以产生一个图。
注意----------Note----------
Presently, will only work if length(x) > 9.
目前,只会工作,如果length(x)> 9。
(作者)----------Author(s)----------
Kjetil Halvorsen
参考文献----------References----------
参见----------See Also----------
ecdf and plot.stepfun in package
ecdf和plot.stepfun的包
实例----------Examples----------
ecdf.ksCI( rchisq(50,3) )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|