Last data update: 2014.03.03

R: Symbolic interval data example
lynne2R Documentation

Symbolic interval data example

Description

Symbolic data matrix with all the variables of interval type

Usage

data(lynne2)

Format

$I Pulse Rate Pulse Rate $I Systolic Pressure Systolic Pressure $I Diastolic Pressure

1 $I 44 68 $I 90 110 $I 50

2 $I 60 72 $I 90 130 $I 70

3 $I 56 90 $I 140 180 $I 90

4 $I 70 112 $I 110 142 $I 80

5 $I 54 72 $I 90 100 $I 50

6 $I 70 100 $I 134 142 $I 80

7 $I 72 100 $I 130 160 $I 76

8 $I 76 98 $I 110 190 $I 70

9 $I 86 96 $I 138 180 $I 90

10 $I 86 100 $I 110 150 $I 78

11 $I 53 55 $I 160 190 $I 205

12 $I 50 55 $I 180 200 $I 110

13 $I 73 81 $I 125 138 $I 78

14 $I 60 75 $I 175 194 $I 90

15 $I 42 52 $I 105 115 $I 70

Diastolic Pressure

1 70

2 90

3 100

4 108

5 70

6 110

7 90

8 110

9 110

10 100

11 219

12 125

13 99

14 100

15 82

References

Billard L. and Diday E. (2006). Symbolic data analysis: Conceptual statistics and data mining. Wiley, Chichester.

Examples

data(lynne2)
display.sym.table(lynne2)

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/lynne2.Rd_%03d_medium.png", width=480, height=480)
> ### Name: lynne2
> ### Title: Symbolic interval data example
> ### Aliases: lynne2
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(lynne2)
> display.sym.table(lynne2)
   $I Pulse Rate Pulse Rate $I Systolic Pressure Systolic Pressure $I
1  $I         44         68 $I                90               110 $I
2  $I         60         72 $I                90               130 $I
3  $I         56         90 $I               140               180 $I
4  $I         70        112 $I               110               142 $I
5  $I         54         72 $I                90               100 $I
6  $I         70        100 $I               134               142 $I
7  $I         72        100 $I               130               160 $I
8  $I         76         98 $I               110               190 $I
9  $I         86         96 $I               138               180 $I
10 $I         86        100 $I               110               150 $I
11 $I         53         55 $I               160               190 $I
12 $I         50         55 $I               180               200 $I
13 $I         73         81 $I               125               138 $I
14 $I         60         75 $I               175               194 $I
15 $I         42         52 $I               105               115 $I
   Diastolic Pressure Diastolic Pressure
1                  50                 70
2                  70                 90
3                  90                100
4                  80                108
5                  50                 70
6                  80                110
7                  76                 90
8                  70                110
9                  90                110
10                 78                100
11                205                219
12                110                125
13                 78                 99
14                 90                100
15                 70                 82
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>