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

R语言 RVAideMemoire包 scat.mix.categorical()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:59:58 | 显示全部楼层 |阅读模式
scat.mix.categorical(RVAideMemoire)
scat.mix.categorical()所属R语言包:RVAideMemoire

                                         Representation of qualitative variables in Hill and Smith mix analysis
                                         山和史密斯的组合分析定性变量表示

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

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

Represent qualitative variables of a Hill and Smith mix analysis as in MCA. The function is based on the s.class() function of the ade4 package.
马华代表性质变量的一座小山上,史密斯的组合分析。函数是基于s.class()函数的ADE4包。


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


scat.mix.categorical(dudi.obj, xax = 1, yax = 2, csub = 2, possub = "topleft", ...)



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

参数:dudi.obj
dudi.mix object.  
dudi.mix对象。


参数:xax
horizontal axis.  
水平轴。


参数:yax
vertical axis.  
垂直轴旋转。


参数:csub
title size.  
标题的大小。


参数:possub
title position ("topleft", "topright", "bottomleft" or "bottomright").  
标题的位置("topleft","topright","bottomleft"或"bottomright"“)。


参数:...
additional arguments to s.class(). See help of this function.  
附加参数到s.class()。此功能的帮助。


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



Maxime Herv茅 <mx.herve@gmail.com>, based on a St茅phane Champely idea.




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



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

dudi.mix, s.class
dudi.mix,s.class


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


# Fictive dataset[虚构的数据集]
age <- sample(15:60,50,replace=TRUE)
sex <- sample(c("M","F"),50,replace=TRUE)
size <- sample(155:190,50,replace=TRUE)
hair <- sample(c("Fair","Dark","Russet"),50,replace=TRUE)
eyes <- sample(c("Blue","Green","Brown"),50,replace=TRUE)
weight <- sample(50:85,50,replace=TRUE)
hand <- sample(c("Left.handed","Right.handed"),50,replace=TRUE)
tab <- data.frame(age,sex,size,weight,hand,eyes,hair)
amix <- dudi.mix(tab,scannf=FALSE,nf=2)
scat.mix.categorical(amix)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 12:40 , Processed in 0.026048 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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