powered by
Modify the value of the default parameters which should be kept fixed
UpdateDefaultParameters(e, p)
An engine object instance
The collection of model fixed paramters to change
# NOT RUN { d<- "C:/usr/models/your-model-directory" m<- Model(d) Load(m) p<- c(name1=value1, name2=2) UpdateDefaultParameters(m,p) # } # NOT RUN { # }
Run the code above in your browser using DataLab