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

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

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

                                         Additive logistic transformaton
                                         添加剂MFtransformaton

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

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

Inverse additive log-ratio transformation, often called additive logistic transformation.
反添加剂对数比转换,通常被称为添加剂MF转型。


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


invalr(x, cnames = NULL, ivar = NULL, useClassInfo = TRUE)



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

参数:x
data set, object of class “alr”, “matrix” or “data.frame”  
数据集,对象类别“ALR”,“矩阵”或“数据框”


参数:cnames
column names. If the object is of class “alr” the column names are chosen from therein.  
列名。如果对象是从类别“ALR”选择列名其中。


参数:ivar
index of the rationing part. If the object is of class “alr” the column names are chosen from therein. If not and ivar is not provided by the user, it is assumed that the rationing part was the last column of the data in the simplex.  
指数配给的一部分。如果对象是从类别“ALR”选择列名其中。如果没有的ivar还没有由用户提供的,它是假定的配给部的最后一列中的数据的单纯形。


参数:useClassInfo
if FALSE, the class information of object x is not used.  
如果为FALSE,这个类的对象x信息不被使用。


Details

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

The function allows also to preserve absolute values when class info is provided. Otherwise only the relative information is preserved.
该功能还允许保留绝对值类信息。否则,只保留的相关信息。


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

the transformed data matrix
变换后的数据矩阵


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



Matthias Templ




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

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

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

invilr, invclr, clr, alr, ilrInv
invilr,invclr,clr,alr,ilrInv


实例----------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-24 22:40 , Processed in 0.023705 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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