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

R语言 SimultAnR包 SimAnGraph()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 09:35:50 | 显示全部楼层 |阅读模式
SimAnGraph(SimultAnR)
SimAnGraph()所属R语言包:SimultAnR

                                        Graphs of Simultaneous Analysis
                                         同时分析图表

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

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

Graphical representation of simultaneous analysis.
同时分析的图形表示。


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


SimAnGraph(input, s1 = 1, s2 = 2, screen = TRUE)



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

参数:input  
The output of the simultaneous analysis
的输出的同时分析


参数:s1     
Dimension to plot on horizontal axis
水平轴尺寸绘制


参数:s2     
Dimension to plot on vertical axis
垂直轴尺寸绘制


参数:screen
TRUE (all the graphs on screen) or FALSE (graphs in a file)
TRUE(在屏幕上的所有图表)或FALSE(在一个文件中的图表)


Details

详细信息----------Details----------

The parameters s1 = 1 and s2 = 2 (by default) indicate that the  graph is given for the first two dimensions.   A plot of e.g. the second and the third dimensions is obtained by setting  s1 = 2 and s2 = 3.  Notice that in the latter case nd, the dimensionality of the solution,  must be at least 3.
参数s1 = 1和s2 = 2(默认情况下)该图给出了前两个维度。一块例如通过设置s1 = 2和s2 = 3,得到第二和第三尺寸。请注意,在后者的情况下nd,将溶液的维数,必须至少为3个。

A large number of elements can take part in the SA of a set of tables depending  on the number of tables and on the dimensions of the tables.  In order to facilitate interpretation,  the SimAnGraph function gives  several graphical outputs for active and supplementary  points (if any)  including the ones corresponding to the separate CA of each table.
大量元素可以参与在SA中的一组的表,根据上的表的数量和表的尺寸。为了便于解释,SimAnGraph活动和补充点(如果有的话),包括独立的CA的每个表的相应功能提供了多种图形输出。

Each table is identified with a different color and the columns and partial  rows of each table are in the same color and have the same symbol. Two additional graphs, one for the projections of the tables and one for the  relations between factors of CA and SA are also provided by SimAnGraph.
用不同的颜色的列和是在相同的颜色,并具有相同的符号的部分行的每个表的每个表被标识。两个额外的图形,表的一个突起和一个CA和SA的因素之间的关系,还提供由SimAnGraph。


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


Amaya Zarraga, Beatriz Goitisolo



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

Goitisolo, B. (2002). El Analisis Simultaneo. Propuesta y aplicacion de un nuevo metodo de  analisis factorial de tablas de contingencia.  Phd thesis, Basque Country University Press, Bilbao.
Zarraga, A. & Goitisolo, B. (2002). Methode factorielle pour l analyse simultanee de tableaux de contingence. Revue de Statistique Appliquee,     L, 47–70
Zarraga, A. & Goitisolo, B. (2003). Etude de la structure inter-tableaux a travers l Analyse Simultanee, Revue de Statistique Appliquee, LI, 39–60.
Zarraga, A. and Goitisolo, B. (2006). Simultaneous analysis: A joint study of several contingency tables with  different margins. In: M. Greenacre, J. Blasius (Eds.), Multiple Correspondence Analysis and Related Methods, Chapman &  Hall/CRC, Boca Raton, Fl, 327–350.
Zarraga, A. & Goitisolo, B. (2009). Simultaneous analysis and multiple factor analysis for contingency tables:  Two methods for the joint study of contingency tables. Computational Statistics and Data Analysis, 53, 3171–3182.

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

SimAn,  SimAnSummary.
SimAn,SimAnSummary。


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


data(shoplifting)
dataSA <- shoplifting

SimAn.out <- SimAn(data=dataSA, G=2, acg=list(1:9,10:18), weight= 2,
   nameg=c("M", "F"))
                                                      
### Graphs on screen[##图在屏幕上]
SimAnGraph(SimAn.out)

### Graph on a pdf file[##走势图上的PDF文件]
pdf('SAGr.pdf',paper="a4r",width=12,height=9)
SimAnGraph(SimAn.out, s1=1, s2=2, screen=FALSE)
dev.off()

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-25 10:12 , Processed in 0.020367 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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