Get fixed parameters from model definition.
Source:R/get_fixed_parameters.R
get_fixed_parameters.Rd
Get fixed parameters listed in model definition. This function is used when
parsing model specifications before the model has been compiled. Please see
[get_model_fixed_parameters]
for accessing fixed parameters from a model
that has already been built.
Arguments
- def
Model definition as output by
read_model_json()