EvalsRef-class: An S4 class representing a reference to an object of class...

EvalsRef-classR Documentation

An S4 class representing a reference to an object of class Evals

Description

This identifies the necessary information to locate a saved object of class Evals. Note that metric_names is not needed to identify an Evals object since Evals objects combine all metrics together into a single file and object.

Slots

dir

directory where the directory getOption("simulator.files") is that contains the referenced Model object

model_name

name of the referenced Model object

index

the index of the referenced Draws object.

method_name

the name of the Method object this output is derived from.

out_loc

a length-1 character vector that gives location (relative to model's path) that method outputs are stored.This can be useful for staying organized when multiple simulations are based on the same Model and Draws objects.

simulator.files

simulator functions will use getOption("simulator.files") if simulator.files not provided.


jacobbien/simulator documentation built on Feb. 4, 2023, 1:03 p.m.