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

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

[复制链接]
发表于 2012-10-2 07:31:21 | 显示全部楼层 |阅读模式
whatsMax(yaImpute)
whatsMax()所属R语言包:yaImpute

                                        Find maximum column for each row
                                         最大列的每一行

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

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

For each row, the function identifies the column that has the maximum value. The function returns a data frame with two columns: the first is the column name corresponding to the column of maximum value and the second is the correspond maximum. The first column is convereted to a factor.
对于每一行,函数识别具有最大的值的列,该列。该函数返回一个数据框有两列:第一列名对应列的最大值,第二个是对应的最大。第一列被convereted的一个因素。

If the maximum is zero, the maximum column is identified as "zero".
如果最大值为0,最大列被确定为“零”。

If there are over nbig factors in column 1, the maximum values that are less than the largest are combined and identified as "other".
如果有超过nbig因素,在第1列中,最大的值是低于最大的相结合,并确定为“其他”。

Intended use is to transform community ecology data for use in yai where method is randomForest.
预期用途是把群落生态学数据中使用的yai的方法是randomForest的地方。


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


whatsMax(x,nbig=30)



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

参数:x
a data frame or matrix of numeric values.
一个数据框或矩阵数值。


参数:nbig
see description–the maximum number of factors, the remainder called 'other'.
描述的最大数量的因素,其余的称为“其他”。


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

A data frame.
一个数据框。


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



Nicholas L. Crookston <a href="mailto:ncrookston.fs@gmail.com">ncrookston.fs@gmail.com</a> <br>
Andrew O. Finley <a href="mailto:finleya@msu.edu">finleya@msu.edu</a>




实例----------Examples----------


data(MoscowMtStJoe)

# get the basal area by species columns[断面积的物种列]
yba  <- MoscowMtStJoe[,1:17]

# for each row, pick the species that has the max basal area[对于每一行,挑选具有最大的断面积的物种]
# create "other" for those not in the top 7.[创建“其他”对于那些没有进入前7。]

ybaB <- whatsMax(yba,nbig=7)
levels(ybaB[,1])

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 06:47 , Processed in 0.024585 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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