create_model_from_metamodel {Certara.RsNLME} | R Documentation |
Use to create model object from parsed metamodel
Description
Define NlmePmlModel model class instance from metamodel blocks and creates NlmePmlModel model class from the given parsed metamodel. See Metamodel overview.
Usage
create_model_from_metamodel(mmdlfile, directoryToRun)
Arguments
mmdlfile |
File with metamodel description |
directoryToRun |
Directory where the results will be stored; if
|
Value
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.
See Also
Examples
ModelParamsList <-
create_model_from_metamodel(mmdlfile = "Inf1CPT.mmdl")
[Package Certara.RsNLME version 3.0.1 Index]