找回密码
 注册
查看: 372|回复: 0

R语言 RVAideMemoire包 reg.ci()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:59:30 | 显示全部楼层 |阅读模式
reg.ci(RVAideMemoire)
reg.ci()所属R语言包:RVAideMemoire

                                         Confidence intervals of a simple linear regression
                                         一个简单的线性回归的置信区间

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Compute and add to a graph the confidence interval of a simple regression line or of individual values.
计算并添加到图中的置信区间的一个简单的回归线或个人价值观。


用法----------Usage----------


reg.ci(model, conf.level = 0.95, type = c("mean", "ind"), ...)



参数----------Arguments----------

参数:model
lm model.  
lm模型。


参数:conf.level
confidence level.  
置信水平。


参数:type
interval type : "mean" for the interval of the regression line (default), "ind" for the interval of individual values (also called "prediction interval").  
间隔类型:"mean"回归线的时间间隔(默认值),"ind"为单个值的时间间隔(也称为“预测区间”)。


参数:...
other agruments. See help of the lines() function.  
其他agruments。 lines()功能,请参阅帮助。


(作者)----------Author(s)----------



Maxime Herv茅 <mx.herve@gmail.com>




参见----------See Also----------

lm
lm


实例----------Examples----------


x <- 1:50
y <- 1:50+rnorm(50,0,4)
regression <- lm(y~x)
plot(x,y)
abline(regression)
reg.ci(regression,type="mean",col="red")
reg.ci(regression,type="ind",col="blue")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 10:50 , Processed in 0.020868 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表