regressoR (version 1.1.7)

models_mode: models_mode

Description

transforms the names of a list from key-mode form to value-mode form.

Usage

models_mode(list.names = list())

Arguments

list.names

a list whose names function as keys for translate. The names have to have the key-mode form.

Examples

Run this code
# NOT RUN {
x <- list('knnl-mode1' = 1, 'knnl-mode2' = 2, 'knnl-mode2' = 5)
models_mode(x)

# }

Run the code above in your browser using DataCamp Workspace