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

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

[复制链接]
发表于 2012-2-26 11:35:08 | 显示全部楼层 |阅读模式
numTP(puma)
numTP()所属R语言包:puma

                                         Number of True Positives for a given proportion of False Positives.
                                         一定比例的误报真阳性数。

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

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

Often when evaluating a differential expression method, we are interested in how well a classifier performs for very small numbers of true positives. This method gives one way of calculating this, by determining the number of true positives for a set proportion of false positives.
经常评估差异表达方法时,我们有兴趣在如何以及分类为真阳性的非常小的数字执行。此方法提供了一种计算的方法,确定为真阳性数设置比例的误报。


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


numTP(scores, truthValues, FPRate = 0.5)



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

参数:scores
A vector of scores. This could be, e.g. one of the columns of the statistics of a DEResult object.  
一个分数的向量。这可能是,例如:之一DEResult对象的统计列。


参数:truthValues
A boolean vector indicating which scores are True Positives.  
一个布尔向量表示哪些分数是真阳性。


参数:FPRate
A number between 0 and 1 identify the proportion of flase positives for which we wish to determine the number of true positives.  
0和1之间的数字确定的FLASE阳性,我们希望确定真阳性数的比例。


值----------Value----------

An integer giving the number of true positives.
一个整数,真阳性数。


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


Richard D. Pearson



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

Related methods numFP, plotROC and calcAUC.
此方法numFP,plotROC和calcAUC。


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


class1a <- rnorm(1000,0.2,0.1)
class2a <- rnorm(1000,0.6,0.2)
class1b <- rnorm(1000,0.3,0.1)
class2b <- rnorm(1000,0.5,0.2)
scores_a <- c(class1a, class2a)
scores_b <- c(class1b, class2b)
classElts <- c(rep(FALSE,1000), rep(TRUE,1000))
print(numTP(scores_a, classElts))
print(numTP(scores_b, classElts))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-31 22:48 , Processed in 0.027378 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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