subset_evals: Reduce an Evals object to a subset of methods and/or metrics

View source: R/evaluate.R

subset_evalsR Documentation

Reduce an Evals object to a subset of methods and/or metrics

Description

If method_names is NULL, then subsetting is not done over methods. Likewise for metric_names.

Usage

subset_evals(evals, method_names = NULL, metric_names = NULL)

Arguments

evals

an object of class Evals or listofEvals.

method_names

a character vector of method names

metric_names

a character vector of metric names


simulator documentation built on Feb. 16, 2023, 9:34 p.m.