View source: R/UpdateMDLfrom_dmptxt.R
UpdateMDLfrom_dmptxt | R Documentation |
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.
UpdateMDLfrom_dmptxt(
dmpfile = "dmp.txt",
SharedWorkingDir = getwd(),
model_file = "test.mdl",
compile = TRUE,
output_file = "test.mdx"
)
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 |
output_file |
The name of the new model file with updated estimates. |
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.
The path to the updated model file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.