I am exploring the use of R for post-processing of Phoenix NLME output and came across this package “Phxnlme”
To use this package, the main ASCII miles from Phoenix NLME model runs are needed: the model file, the cols file and the data file. These files are also mentioned in the PML Reference Guide as the main files need for the modeling. However, there is no mention of the location of these files or how to obtain or export them from a Phoenix PK or PK/PD Population modeling workflow.
Can someone please guide me on the location of these files or how to obtain them while using, say for an example an inbuilt model with one’s own dataset?
PhxNlme is a package developed by University of Minnesota that is available as an R commandline interface to Phoenix NLME.
The files in question are generated in temporary directory %TEMP%/Phoenix/DME_XXXXX, when the NLME model is executed from Phoenix.
Your %TEMP% is typically located at:
C:\users<username>\AppData\Local\Temp\
You may be interested to hear that we are currently developing our own R-Package for NLME: RsNLME, this package will provide all tools you need, e.g. parallelization code, support for all run modes as well as bridging functionality to xpose graphics.
The R-package Phxnlme (see above) has an option to generate forest plots. Sorry, originally I wrongly posted this was developed by University of Maryland.