Learn R Programming

crtests (version 0.2.1)

evaluation: Create an evaluation object

Description

Creates an evaluation object from the test and measures. Reads out the attributes of the test

Usage

evaluation(test, measures)

Arguments

test
Object of class 'regression' or 'classification'
measures
List of test measures and their values

Value

Object of class 'evaluation', with attributes: 'test_attributes', 'measures' and 'test'