Last data update: 2014.03.03

R: Ichino Oils example data
oilsR Documentation

Ichino Oils example data

Description

Symbolic data matrix with all the variables of interval type

Usage

data(oils)

Format

$I GRA GRA $I FRE FRE $I IOD IOD $I SAP SAP

L $I 0.930 0.935 $I -27 -18 $I 170 204 $I 118 196

P $I 0.930 0.937 $I -5 -4 $I 192 208 $I 188 197

Co $I 0.916 0.918 $I -6 -1 $I 99 113 $I 189 198

S $I 0.920 0.926 $I -6 -4 $I 104 116 $I 187 193

Ca $I 0.916 0.917 $I -25 -15 $I 80 82 $I 189 193

O $I 0.914 0.919 $I 0 6 $I 79 90 $I 187 196

B $I 0.860 0.870 $I 30 38 $I 40 48 $I 190 199

H $I 0.858 0.864 $I 22 32 $I 53 77 $I 190 202

References

Cazes P., Chouakria A., Diday E. et Schektman Y. (1997). Extension de l'analyse en composantes principales a des donnees de type intervalle, Rev. Statistique Appliquee, Vol. XLV Num. 3 pag. 5-24, France.

Examples

data(oils)
display.sym.table(oils)

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/oils.Rd_%03d_medium.png", width=480, height=480)
> ### Name: oils
> ### Title: Ichino Oils example data
> ### Aliases: oils
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(oils)
> display.sym.table(oils)
   $I   GRA   GRA $I FRE FRE $I IOD IOD $I SAP SAP
L  $I 0.930 0.935 $I -27 -18 $I 170 204 $I 118 196
P  $I 0.930 0.937 $I  -5  -4 $I 192 208 $I 188 197
Co $I 0.916 0.918 $I  -6  -1 $I  99 113 $I 189 198
S  $I 0.920 0.926 $I  -6  -4 $I 104 116 $I 187 193
Ca $I 0.916 0.917 $I -25 -15 $I  80  82 $I 189 193
O  $I 0.914 0.919 $I   0   6 $I  79  90 $I 187 196
B  $I 0.860 0.870 $I  30  38 $I  40  48 $I 190 199
H  $I 0.858 0.864 $I  22  32 $I  53  77 $I 190 202
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>