consult.parameter.metafile {Simile} | R Documentation |
Set a model's parameters from a file saved by Simile
Description
Parameter metafiles (.spf) saved from within Simile can contain information about a model's parameter values, either locally or as references to other files. They may refer to the whole model or a submodel.
Usage
consult.parameter.metafile(instance.handle,param.file,target.submodel="")
Arguments
instance.handle |
The handle returned by create.model() identifying the model instance. |
param.file |
Location of the parameter metafile. |
target.submodel |
Pathname of the submodel into which the parameters are to be loaded. Default is the top level. |
Value
None
Author(s)
Jasper Taylor
Examples
consult.parameter.metafile("dummy_ih", "../data/base_vals.spf")
[Package Simile version 1.3.3 Index]