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

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

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

                                        FACTOR UNITILITIES
                                         因子UNITILITIES

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

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

The functions implement easy interface to certain tasks of factor. See datails for explaination
函数实现简单的界面因素的某些任务。交代datails


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


factor2numeric(x)
relevels(x, refs)



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

参数:x
A vector of factor
一个向量的因素


参数:refs
A vector of character, reference vector to give the orderof levels
一个特征向量,参考矢量给orderof的的水平


Details

详情----------Details----------

relevels re-arrange the order of levels by the given character refs. Alternatively user could use factor(...,levels=refs) to achieve a similar effect, however the relevels enables also partial list. The missing levels in refs will be ordered to the last.
relevels重新安排给定的字符refs层次的顺序。或者用户可以使用factor(...,levels=refs)实现类似的效果,但是relevels使部分名单。 refs失踪水平将被勒令到最后。

factor2numeric converts factor of numerics into their numeric form.
factor2numeric转换成数字形式的数值计算因素。


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

A vector of factor
一个向量的因素


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


Jitao David Zhang <a href="mailto:jitao_david.zhang@roche.com">jitao_david.zhang@roche.com</a>



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


## factor2numeric[#factor2numeric]
numFac <- factor(c(3.5, 2.5, 2.5,3.5, 1))
numFac
levels(numFac)

factor2numeric(numFac)
class(factor2numeric(numFac))

## relevels[#relevels]
relevels(numFac, c("3.5", "1", "2.5"))
relevels(numFac, c("3.5", "2.5"))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 21:08 , Processed in 0.020224 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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