abalone {RSDA} | R Documentation |
SODAS XML data file.
Description
Example of SODAS XML data file converted in a CSV file in RSDA format.
Usage
data(abalone)
Format
An object of class symbolic_tbl
(inherits from tbl_df
, tbl
, data.frame
) with 24 rows and 7 columns.
Source
http://www.info.fundp.ac.be/asso/sodaslink.htm
References
Bock H-H. and Diday E. (eds.) (2000).Analysis of Symbolic Data. Exploratory methods for extracting statistical information fromcomplex data. Springer, Germany.
Examples
data(abalone)
res <- sym.pca(abalone, 'centers')
plot(res, choix = "ind")
plot(res, choix = "var")
[Package RSDA version 3.2.1 Index]