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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|