eval.func: Evaluation function to assess predictive ability of models

Description Usage Arguments Value

View source: R/Utils.R

Description

Evaluation function to assess predictive ability of models

Usage

1
eval.func(form, train, test, preds)

Arguments

form

A model formula

train

A data.frame object with the training data

test

A data.frame object with the test set

preds

A vector with the predictions of a given model

Value

Evaluation Vector


nunompmoniz/autoresampling documentation built on April 26, 2021, 4:43 a.m.