The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
by Andrew C. Hooker, Mats O. Karlsson and E. Niclas Jonsson
Xpose 4 is a collection of functions to be used as a model building aid for nonlinear mixed-effects (population) analysis using NONMEM. It facilitates data set checkout, exploration and visualization, model diagnostics, candidate covariate identification and model comparison.
To install xpose you will need R (>= version 2.2.0).
To install Xpose in R use one of the following methods:
latest stable release – From CRAN. Write at the R command line:
install.packages("xpose4")
Latest development version – from Github. Note that the command
below installs the “master” (development) branch; if you want the
release branch from Github add ref="release"
to the
install_github()
call.
# install.packages("devtools")
::install_github("UUPharmacometrics/xpose4") devtools
Start R and load xpose:
library(xpose4)
#> Loading required package: lattice
To use the classic menu system, type at the R command prompt:
xpose4()
Each function is independently available from the command line, once the Xpose library is loaded.
First we create a set of files from a NONMEM run
<- dir() # current files in temp directory
cur.files
simprazExample() # write files from an example NONMEM run
<- dir()[!(dir() %in% cur.files)] # the new files created by simprazExample new.files
Then we can import our files to Xpose
<- xpose.data(1) xpdb
Display goodness-of-fit plots:
basic.gof(xpdb)
Clean up files that were created to show these examples:
unlink(new.files)
More help is available in the online documentation, which can be
found by typing (for example) ?xpose4
at the R command
line.
A more detailed description of Xpose with example plots and explanaitions for most of the functions in the package is available in our Bestiarium: https://xpose.sourceforge.net/bestiarium_v1.0.pdf
Andrew Hooker (andrew.hooker at farmaci.uu.se) should be able to get you an answer if you run into trouble. The website https://uupharmacometrics.github.io/xpose4/ should also be of help.
Bugfix releases will be released regularly, fixing any problems that are found.
Xpose 4 is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details https://www.gnu.org/licenses/.
None at present, but there will certainly be a few. Report them at https://github.com/UUPharmacometrics/xpose4/issues.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.