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

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

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

                                        Plots the scaled root mean square differences
                                         图规模的根均方差异

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

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

Provides a descriptive plot of the Imputation Error Profile for object(s)  created by notablyDifferent.
提供一个描述图的归责错误的对象(档案)创建的notablyDifferent。


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


## S3 method for class 'notablyDifferent'
plot(x,add=FALSE,...)



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

参数:x
<ol>  an object create by notablyDifferent, or   
<OL>对象创建的notablyDifferent,或

a (named) list of such objects. </ol>
(命名)这样的对象列表。 </ OL>


参数:add
set TRUE if you want to add this plot to an existing plot.
设置TRUE如果你要添加的该图现有的图。


参数:...
passed to plot functions.
传递到绘图功能。


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



Nicholas L. Crookston <a href="mailto:ncrookston.fs@gmail.com">ncrookston.fs@gmail.com</a> <br>




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

notablyDistant and yai
notablyDistant和yai


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


require(yaImpute)

data(iris)

set.seed(12345)

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

mal <- notablyDifferent(yai(x=x,y=y,method="mahalanobis"),vars=colnames(x))
rf  <- notablyDifferent(yai(x=x,y=y,method="randomForest"),vars=colnames(x))
plot.notablyDifferent(list(Mahalanobis=mal,randomForest=rf))


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 07:39 , Processed in 0.033058 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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