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

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

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

                                        Compares different k-NN solutions
                                         比较不同的k-NN解决方案

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

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

Provides a convenient display of the root mean square differences (see rmsd.yai) or correlations (see cor.yai) between observed and imputed values for each of several imputations. Each column of the returned data frame corresponds to an imputation result and each row corresponds to a variable.
提供了一个方便的显示的根均方差异(见rmsd.yai)或相关性(见cor.yai)之间的观察和估算数的估算值。返回的数据框的每列对应于一个插补的结果,每一行对应于一个变量。


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


compare.yai(...,ancillaryData=NULL,vars=NULL,method="rmsd")



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

参数:...
a list of objects created by yai or impute.yai that you wish to compare.
yai或impute.yai要比较的对象的列表。


参数:ancillaryData
a data frame that defines new variables, passed to impute.yai.
一个数据框,定义新的变量,传递给impute.yai。


参数:vars
a list of variable names you want to include; if NULL all available variables are included.
你想,如果NULL,包括所有可用的变量的变量名的列表。


参数:method
when rmsd is specified, the comparison is based on root mean square differences between observed an imputed, and <br> when cor is specified, the comparison is based on correlations between observed and imputed.
的比较是时RMSD指定,基于根均方之间的差异时,观察到一个估算,和<br>的指定相应的,比较的基础上之间的相关性观察和估算。


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

A data.frame of class c("compare.yai","data.frame"), where the columns are the names of the ...-arguments and the rows are a union of variable names. NA's are returned when the variables are factors.
数据框类c("compare.yai","data.frame"),其中列有名称的参数和行是工会的变量名。 NA的返回时,变量的因素。


(作者)----------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>




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

yai, plot.compare.yai, impute.yai, rmsd.yai
yai,plot.compare.yai,impute.yai,rmsd.yai


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


require(yaImpute)

data(iris)

# form some test data[形成一些测试数据。]
refs=sample(rownames(iris),50)
x &lt;- iris[,1:2]      # Sepal.Length Sepal.Width[Sepal.Length Sepal.Width]
y &lt;- iris[refs,3:4]  # Petal.Length Petal.Width[Petal.Length Petal.Width]

# build yai objects using 2 methods[建立合艾对象,采用2种方法]
msn <- yai(x=x,y=y)
mal <- yai(x=x,y=y,method="mahalanobis")

# compare the y variables[比较y变量]
compare.yai(msn,mal)

# compare the all variables in iris[比较虹膜中的所有变量]
compare.yai(msn,mal,ancillaryData=iris)  # Species is a factor, no comparison is made[物种是一个因素,没有进行比较]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 07:26 , Processed in 0.022926 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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