S4 class for calmr Models
Slots
- model_name
A model name string
- outputs
A character vector with model outputs
- parameters
A list with the model with model parameters
- default_parameters
A list with the default model parameters
- .internal_states
A character vector with internal states
- .is_timed
A logical indicating if the model is timed
- .associations
A character vector with associations output name
- .dnames_map
A list with data names mapping for outputs
- .parse_map
A list with parse functions for outputs
- .formula_map
A list with formula mapping for outputs
- .plots_map
A list with plot functions for outputs
- .last_experience
A data.frame with the last experience run
- .last_raw_results
A list with the last raw results
- .last_parsed_results
A list with the last parsed results