extract_mmdl | R Documentation |
Use for extraction of the NLME files from mmdl file.
extract_mmdl(
mmdlfile,
directoryToExtract,
dataFileName = "data1.txt",
mdlOutput = "test.mdl",
cols1Output = "cols1.txt",
nlmeargsOutput = "nlmeargs.txt"
)
mmdlfile |
The metamodel file path; relative paths are acceptable. |
directoryToExtract |
The directory where the files should be stored
If |
dataFileName |
the name of the data file
If |
mdlOutput |
the name of the file to output PML code
If |
cols1Output |
the name of the file to output columns defintion
If |
nlmeargsOutput |
the name of the file to output engine parameters
If |
mdlOutput
, dataFileName
, cols1Output
, nlmeargsOutput
files are
extracted into the folders, the names of the folders are built as
{Number of estimation/simulation block in metamodel}
-
{'est' for estimation block/'sim' for simulation block}
. All estimation blocks are going first
irrespective of the simulation blocks presence, all simulation blocks
are going next.
The results of create_model_from_metamodel()
run are returned.
create_model_from_metamodel()
# path to metamodel should be specified, all other arguments set to default
extract_mmdl("metamodel.mmdl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.