sens.spec(wikibooks)
sens.spec()所属R语言包:wikibooks
sensitivity and specificity of an assessment instrument
的敏感性和特异性的评估工具
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates sensitivity and specificity for all possible cut-off-points of an assessment instrument using the assessment-scores.
这个函数生成所有可能的截止点的评估工具的评估分数的灵敏度和特异性。
用法----------Usage----------
sens.spec(x, y, risk = 1, dir = "LESS", plot = F)
参数----------Arguments----------
参数:x
score of an assessment-instrument (numeric)
得分的评估工具(数字)
参数:y
a factor which classify x to positive or negative group
分类x到正的或负的基的一个因素
参数:risk
y-value for the positive group (e.g. 1 or "y"))
为阳性对照组的y值(例如,1或“y”))
参数:dir
"LESS" if a low (x) leads to positive group; "GREATER" wether a high (x) leads to positive group
如果低(X)阳性对照组;“大”阉高(X)阳性对照组的“少”
参数:plot
logical wether a plot should be generated
逻辑羯羊,应该产生一个图
(作者)----------Author(s)----------
Produnis
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|