roleExperiment - one or more models bundled collectively
roleExperiment.Rd
An S4 class to represent a self-enclosed modeling experiment or intentioned set of models. It contains a list of `roleModel`objects, a list of `roleParams` to use for each model, a data.frame summary of the models, and some author metadata
Slots
modelRuns
a list of `roleModel`objects
allParams
a list of `roleParams` to use for each model
context
a named string vector that keep track of author metadata It contains values for "author", "date", "description", "info", where each element is named by its respective string. When the model is saved with `writeRole` a text file is generated using this metadata
info
data.frame of summarizing metadata for all the models of the experiment (Need to chat with Andy about the exact intentions of this before writing more here)