Learn R Programming

Simile (version 1.3.4)

create.model: Create an executable model instance

Description

A script can create many independent instances of the same model description, each with its own execution state.

Usage

create.model(model.handle)

Value

A handle to a new instance of the model, which will have its own component values, parameter values and execution settings

Arguments

model.handle

The handle returned by load.model() identifying the model type.

Author

Jasper Taylor

Examples

Run this code
instance.handle <- create.model("dummy_mh")

Run the code above in your browser using DataLab