create.model | R Documentation |
A script can create many independent instances of the same model description, each with its own execution state.
create.model(model.handle)
model.handle |
The handle returned by load.model() identifying the model type. |
A handle to a new instance of the model, which will have its own component values, parameter values and execution settings
Jasper Taylor
instance.handle <- create.model("dummy_mh")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.