evaluate_single {simulator} | R Documentation |
Run one or more metrics on outputs.
Description
This is an internal function. Users should call the wrapper function
evaluate
. Here "single" refers to a single output (and
thus a single method, though not necessarily a single index).
The metrics provided are run and saved together in a file.
Usage
evaluate_single(metrics, model, output, draws = NULL)
Arguments
metrics |
a list of |
model |
a |
output |
a |
draws |
(optional) a |
[Package simulator version 0.2.5 Index]