Create a new model object
newModelExport.RdCreates and initializes a model object based on the provided parameters. This allows direct creation and inspection of model objects without running MCMC. Returns a list with all model parameter values for verification.
Arguments
- modelParameters
List of model parameters, including:
modnameName of the model (e.g., "LogNormalModel", "LinearAbxModel", "LinearAbxModel2", "MixedModel")nstatesNumber of states in the modelnmetroNumber of metropolis stepsforwardForward parametercheatCheat parameter
- verbose
Print progress messages (default: false)