Generate a symbolic data table from a classic data table.
classic.to.sym(
x = NULL,
concept = NULL,
variables = tidyselect::everything(),
default.numeric = sym.interval,
default.categorical = sym.modal,
...
)
a [tibble][tibble::tibble-package]
A data.frame.
These are the variable that we are going to use a concepts.
These are the variables that we want to include in the symbolic data table.
function to use for numeric variables
function to use for categorical variables
A vector with names and the type of symbolic data to use, the available types are type_histogram (), type_continuous (), type.set (), type.modal (), by default type_histogram () is used for numeric variables and type_modal () for the categorical variables.
Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.