plot.scree(wnominate)
plot.scree()所属R语言包:wnominate
W-NOMINATE Scree Plot
W-提名卵石图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot.scree is the function that takes a W-NOMINATE object and plots a Scree plot. Scree plots show the dimensionality of the voting by showing the sizes of the eigenvalues.
plot.scree是的函数,它接受一个W-提名对象和图乔纳森图。卵石图显示的投票维度的特征值的大小。
用法----------Usage----------
## S3 method for class 'scree'
plot(x, main.title="Scree Plot", x.title="Dimension",
y.title="Eigenvalue",...)
参数----------Arguments----------
参数:x
a wnominate output object.
一个wnominate的输出对象。
参数:main.title
string, Skree plot title.
字符串,Skree图称号。
参数:x.title
string, x-axis label.
字符串中,x轴的标签。
参数:y.title
string, y-axis label.
字符串,y轴的标签。
参数:...
other arguments to plot.
其他的参数plot。
值----------Value----------
A Scree plot, showing the first 20 eigenvalues.
一个的卵石图,显示前20个特征值。
(作者)----------Author(s)----------
Keith Poole <a href="mailto:ktpoole@uga.edu">ktpoole@uga.edu</a>
Jeffrey Lewis <a href="mailto:jblewis@ucla.edu">jblewis@ucla.edu</a>
James Lo <a href="mailto:lo@uni-mannheim.de">lo@uni-mannheim.de</a>
Royce Carroll <a href="mailto:rcarroll@rice.edu">rcarroll@rice.edu</a>
参见----------See Also----------
'wnominate', 'plot.coords', 'plot.cutlines', 'plot.angles', 'plot.nomObject'
wnominate,plot.coords,plot.cutlines,plot.angles,plot.nomObject
实例----------Examples----------
#This data file is the same as that obtained using:[该数据文件作为所获得的使用是相同的:]
#data(sen90)[数据(sen90)]
#sen90wnom<-wnominate(sen90,polarity=c(2,5))[sen90wnom <wnominate(sen90,极性= C(2,5))]
data(sen90wnom)
summary(sen90wnom)
plot.scree(sen90wnom)
plot(sen90wnom)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|