regressoR (version 1.1.7)

disp_models: disp_models

Description

this function generates the call code of the scatter function.

Usage

disp_models(prediction, model_name, var_pred, data = "datos.prueba")

Arguments

prediction

the name of the prediction object.

model_name

the name of the model.

var_pred

the name of the variable to be predicted.

data

the name of the current data.

Examples

Run this code
# NOT RUN {
disp_models("prediction.knn", "KNN", "Species")

# }

Run the code above in your browser using DataCamp Workspace