Last data update: 2014.03.03

R: Data Example 3
example3R Documentation

Data Example 3

Description

This a symbolic data matrix wint continuos, interval, histograma a set data types.

Usage

data(example3)

Format

$C F1 $I F2 F2 $H F3 M1 M2 M3 $C F4 $S F5 E1 E2 E3 E4 $I F6 F6 $I F7 F7

Case1 $C 2.8 $I 1 2 $H 3 0.1 0.7 0.2 $C 6.0 $S 4 e g k i $I 0.00 90.00 $I 9 24

Case2 $C 1.4 $I 3 9 $H 3 0.6 0.3 0.1 $C 8.0 $S 4 a b c d $I -90.00 98.00 $I -9 9

Case3 $C 3.2 $I -1 4 $H 3 0.2 0.2 0.6 $C -7.0 $S 4 2 1 b c $I 65.00 90.00 $I 65 70

Case4 $C -2.1 $I 0 2 $H 3 0.9 0.0 0.1 $C 0.0 $S 4 3 4 c a $I 45.00 89.00 $I 25 67

Case5 $C -3.0 $I -4 -2 $H 3 0.6 0.0 0.4 $C -9.5 $S 4 e i g k $I 20.00 40.00 $I 9 40

Case6 $C 0.1 $I 10 21 $H 3 0.0 0.7 0.3 $C -1.0 $S 4 f t c a $I 5.00 8.00 $I 5 8

Case7 $C 9.0 $I 4 21 $H 3 0.2 0.2 0.6 $C 0.5 $S 4 e q r z $I 3.14 6.76 $I 4 6

Examples

data(example3)
display.sym.table(example3)

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/example3.Rd_%03d_medium.png", width=480, height=480)
> ### Name: example3
> ### Title: Data Example 3
> ### Aliases: example3
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(example3)
> display.sym.table(example3)
      $C   F1 $I F2 F2 $H F3  M1  M2  M3 $C   F4 $S F5 E1 E2 E3 E4 $I     F6
Case1 $C  2.8 $I  1  2 $H  3 0.1 0.7 0.2 $C  6.0 $S  4  e  g  k  i $I   0.00
Case2 $C  1.4 $I  3  9 $H  3 0.6 0.3 0.1 $C  8.0 $S  4  a  b  c  d $I -90.00
Case3 $C  3.2 $I -1  4 $H  3 0.2 0.2 0.6 $C -7.0 $S  4  2  1  b  c $I  65.00
Case4 $C -2.1 $I  0  2 $H  3 0.9 0.0 0.1 $C  0.0 $S  4  3  4  c  a $I  45.00
Case5 $C -3.0 $I -4 -2 $H  3 0.6 0.0 0.4 $C -9.5 $S  4  e  i  g  k $I  20.00
Case6 $C  0.1 $I 10 21 $H  3 0.0 0.7 0.3 $C -1.0 $S  4  f  t  c  a $I   5.00
Case7 $C  9.0 $I  4 21 $H  3 0.2 0.2 0.6 $C  0.5 $S  4  e  q  r  z $I   3.14
         F6 $I F7 F7
Case1 90.00 $I  9 24
Case2 98.00 $I -9  9
Case3 90.00 $I 65 70
Case4 89.00 $I 25 67
Case5 40.00 $I  9 40
Case6  8.00 $I  5  8
Case7  6.76 $I  4  6
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>