View source: R/create_model_from_metamodel.R
create_model_from_metamodel | R Documentation |
Define NlmePmlModel model class instance from metamodel blocks and creates NlmePmlModel model class from the given parsed metamodel. See Metamodel overview.
create_model_from_metamodel(mmdlfile, directoryToRun)
mmdlfile |
File with metamodel description |
directoryToRun |
Directory where the results will be stored; if
|
a list with the resulted model class instance and engine parameters.
If multiple ESTARGS/SIMARGS blocks are used, a list of estimation argument
classes (NlmeEngineExtraParams()
) and simulation argument classes
(simParamsBlock
) are returned.
run_metamodel()
ModelParamsList <-
create_model_from_metamodel(mmdlfile = "Inf1CPT.mmdl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.