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

R语言 ROC包 AUC()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 13:18:41 | 显示全部楼层 |阅读模式
AUC(ROC)
AUC()所属R语言包:ROC

                                         functionals of ROC curve
                                         函的ROC曲线

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

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

various functionals of ROC (Receiver Operating Characteristic) curves
ROC(受试者工作特征)曲线的各种函


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


AUC(rocobj)
AUCi(rocobj)
pAUC(rocobj,t0)
pAUCi(rocobj,t0)



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

参数:rocobj
element of class rocc
元素类ROCC


参数:t0
FPR point at which TPR is evaluated  or limit in (0,1) to integrate to
集成到玻璃钢点其中TPR评估或限制在(0,1)


Details

详情----------Details----------

AUC, pAUC, AUCi and pAUCi compute the Area Under the Curve.
AUC,pAUC,AUCi和寡计算曲线下的面积。

AUC and pAUC employ the trapezoidal rule.  AUCi and pAUCi use integrate().
AUC和pAUC采用梯形规则。 AUCi和寡使用集成()。

AUC and AUCi compute the area under the curve from 0 to 1 on the x-axis (i.e., the 1 - specificity axis).
x轴(即1  - 特异性轴)从0到1的曲线下面积AUC和AUCi计算。

pAUC and pAUCi compute the are under the curve from 0 to argument t0 on the x-axis (i.e., the 1 - specificity axis).
pAUC和寡计算的是从0到x轴(即1  - 特异性轴)的曲线参数T0下。

Elements of class rocc can be created by rocdemo.sca() or other constructors you might make using the code of rocdemo.sca() as a template.
ROCC类元素可以创建由rocdemo.sca()或其他构造函数,你可能使代码rocdemo.sca()作为模板使用。


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


Vince Carey (stvjc@channing.harvard.edu)  



参考文献----------References----------

pp. 63–65
Classification, 2nd Ed., p. 49

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

rocdemo.sca
rocdemo.sca


举例----------Examples----------


set.seed(123)
R1 <- rocdemo.sca( rbinom(40,1,.3), rnorm(40), dxrule.sca,
   caseLabel="new case", markerLabel="demo Marker" )
print(AUC(R1))
print(pAUC(R1,.3))
print(pAUCi(R1,.3))
print(ROC(R1,.3))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 15:53 , Processed in 0.026560 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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