regressoR (version 1.1.8)

comparative_table: comparative_table

Description

creates the comparison table.

Usage

comparative_table(sel, indices)

Arguments

sel

the selection of the models to be shown.

indices

the values to be shown.

Examples

Run this code
# NOT RUN {
models <- list('knnl-mode1' = list(0.11,0.22,0.33,0.44),
               'dtl-mode2'  = list(0.12,0.23,0.34,0.45),
               'rfl-mode1'  = list(0.51,0.42,0.13,0.24))
sel <- c("K Vecinos M<U+00E1>s Cercanos-mode1", "Bosques Aleatorios-mode1")
comparative_table(sel, models)

# }

Run the code above in your browser using DataCamp Workspace