roleExperiment - one or more models bundled collectively
roleExperiment.RdAn 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
modelRunsa list of `roleModel`objects
allParamsa list of `roleParams` to use for each model
contexta 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
infodata.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)