select.NA.elements(MCRestimate)
select.NA.elements()所属R语言包:MCRestimate
Selects NA values of a given numeric matrix
选择一个给定的数值矩阵的适用价值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Selects of a given numeric matrix rows or columns containing more NA values than defined by a given threshold.
选择一个给定的数值矩阵的行或列含有更多的Na值比一个给定的阈值定义。
用法----------Usage----------
select.NA.elements(x, NAthreshold, byRow = TRUE)
参数----------Arguments----------
参数:x
numeric input matrix
数字输入矩阵
参数:NAthreshold
numeric value between 0 and 1, determining the allowed percentage of NA values per row or column. Rows or columns containing more NA values are selected.
0和1之间的数值,决定允许每行或列NA值的百分比。选择行或列包含更多的适用价值。
参数:byRow
logical. If TRUE, then rows with more NA values than determined by the argument threshold are selected, else columns.
逻辑。如果属实,那么更多的适用值超过参数阈值确定的行被选中,否则列。
值----------Value----------
logical vector containing the row or column selection. If argument byRow = TRUE, then value contains as many values as the input matrix contains rows, else it contains as many values as the input matrix contains columns.
逻辑向量选择行或列。如果参数byRow = TRUE时,值,然后包含许多值作为输入矩阵包含行,否则它包含许多值作为输入矩阵包含列。
作者(S)----------Author(s)----------
Patrick Warnat <a href="mailto:p.warnat@dkfz-heidelberg.de">mailto:p.warnat@dkfz-heidelberg.de</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|