UpdateMDLfrom_dmptxt {Certara.NLME8} | R Documentation |
Update Model text file from NLME output File
Description
This function updates a model file with parameter estimates obtained from a dmp file (R structure format of output generated by NLME) text file. The updated model file includes the estimated fixed effects, error terms and random effects values.
Usage
UpdateMDLfrom_dmptxt(
dmpfile = "dmp.txt",
SharedWorkingDir,
model_file,
compile = TRUE
)
Arguments
dmpfile |
The path to the DMP text file. |
SharedWorkingDir |
The working directory. Used if |
model_file |
The name of the model file to be updated (with optional full path). |
compile |
A logical value indicating whether to compile the updated model file
into NLME executable. Default is |
Details
TDL5
executable from NLME Engine is used. NLME engine location
is identified by INSTALLDIR
environment variable. The current function
will give an error if TDL5
cannot be executed.
Value
The path to the updated model file.
[Package Certara.NLME8 version 1.2.4 Index]