Learn R Programming

RSDA (version 3.2.1)

abalone: SODAS XML data file.

Description

Example of SODAS XML data file converted in a CSV file in RSDA format.

Usage

data(abalone)

Arguments

Format

An object of class symbolic_tbl (inherits from tbl_df, tbl, data.frame) with 24 rows and 7 columns.

References

Bock H-H. and Diday E. (eds.) (2000).Analysis of Symbolic Data. Exploratory methods for extracting statistical information fromcomplex data. Springer, Germany.

Examples

Run this code
data(abalone)
res <- sym.pca(abalone, 'centers')
plot(res, choix = "ind")
plot(res, choix = "var")

Run the code above in your browser using DataLab