Last data update: 2014.03.03

R: Correspondence Analysis Example
ex_cfa2R Documentation

Correspondence Analysis Example

Description

Correspondence Analysis for Symbolic MultiValued Variables example.

Usage

data(ex_cfa2)

References

Rodriguez, O. (2011). Correspondence Analysis for Symbolic MultiValued Variables. Workshop in Symbolic Data Analysis Namur, Belgium

Examples

data(ex_cfa2)
res<-sym.cfa(ex_cfa2)
cfa.scatterplot(sym.var(res,1),sym.var(res,2),num.gr1=ex_cfa2$N,labels=TRUE,col='red',
                main='CFA')

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RSDA)
Loading required package: XML
Loading required package: scales
Loading required package: ggplot2
Loading required package: princurve
Loading required package: sqldf
Loading required package: gsubfn
Loading required package: proto
Could not load tcltk.  Will use slower R code instead.
Loading required package: RSQLite
Loading required package: DBI
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/RSDA/ex_cfa2.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ex_cfa2
> ### Title: Correspondence Analysis Example
> ### Aliases: ex_cfa2
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(ex_cfa2)
> res<-sym.cfa(ex_cfa2)
> cfa.scatterplot(sym.var(res,1),sym.var(res,2),num.gr1=ex_cfa2$N,labels=TRUE,col='red',
+                 main='CFA')
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>