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

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

[复制链接]
发表于 2012-2-25 18:46:52 | 显示全部楼层 |阅读模式
pOverA(genefilter)
pOverA()所属R语言包:genefilter

                                        A filter function to filter according to the proportion of
                                         一个过滤功能,过滤按比例

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

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

A function that returns a function with values for A, p and na.rm bound to the specified values. The function takes a single vector, x, as an argument. When the returned function is evaluated it returns TRUE if the proportion of values in x that are larger than A is at least p.
一个函数返回一个函数值A,p和na.rm绑定到指定的值的。该函数需要一个单一的向量,x,作为一个参数。返回的函数求值时,它返回TRUE如果值的比例在x比A至少p较大。


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


pOverA(p=0.05, A=100, na.rm=TRUE)



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

参数:A
The value to be exceeded.  
值超标。


参数:p
The proportion that need to exceed A for TRUE to be returned.  
的比例,需要超过ATRUE要返回。


参数:na.rm
If TRUE then NA's are removed.  
如果TRUE然后NA的将被删除。


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

pOverA returns a function with bindings for A, p and na.rm. This function evaluates to TRUE if the proportion of values in x that are larger than A exceeds p.
pOverA返回绑定A的功能,p和na.rm。此功能TRUE如果评估值的比例在x大于A超过p的。


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


R. Gentleman



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

cv
cv


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


  ff<- pOverA(p=.1, 10)
  ff(1:20)
  ff(1:5)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-8 01:13 , Processed in 0.064224 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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