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

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

[复制链接]
发表于 2012-9-27 19:59:11 | 显示全部楼层 |阅读模式
alr(robCompositions)
alr()所属R语言包:robCompositions

                                         Additive log-ratio transformation
                                         添加剂对数比改造

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

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

The alr transformation moves D-part compositional data from the simplex into a (D-1)-dimensional real space.
的ALR转换移动到(D-1)维实空间中的D部分的成分数据从单纯形。


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


alr(x, ivar=ncol(x))



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

参数:x
D-part compositional data
D-部分组成数据


参数:ivar
Rationing part
配给的一部分


Details

详细信息----------Details----------

The compositional parts are divided by the rationing part before the logarithm is taken.
组成部分划分的配给部分的对数之前。


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

A list of class “alr” which includes the following content:
类别“ALR”的名单,其中包括以下内容:


参数:x.alr
the transformed data
变换后的数据


参数:varx
the rationing variable
配给变量


参数:ivar
the index of the rationing variable, indicating the column number of the rationing variable in the data matrix x
配给变量的索引,表示在数据矩阵x的配给变量的列数


参数:cnames
the column names of x
列名的x

The additional information such as cnames or ivar is usefull when a back-transformation is applied on the "same" data set.
变换的背面上施加的“相同”的数据集时,是有用的附加信息,如CNAME记录做到这点或的ivar。


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



Matthias Templ




参考文献----------References----------

Data Monographs on Statistics and Applied Probability. Chapman \& Hall Ltd., London (UK). 416p.

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

invalr, ilr, alr
invalr,ilr,alr


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


data(arcticLake)
x <- arcticLake
x.alr <- alr(x, 2)
y <- invalr(x.alr)
## This exactly fulfills:[#这完全履行:]
invalr(alr(x, 3))
data(expenditures)
x <- expenditures
y <- invalr(alr(x, 5))
head(x)
head(y)
## --&gt; absolute values are preserved as well.[# - >绝对值是受保护的。]

## preserve only the ratios:[#只保留比率:]
invalr(x.alr, ivar=2, useClassInfo=FALSE)





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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 00:52 , Processed in 0.023614 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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