Configuration & setup |
|
---|---|
Check NMproject installation |
|
Set up code completion for NMproject |
|
Get/set nm_tran_command |
|
Find location of NONMEM installation |
|
NONMEM version info |
|
Setup default nm object fields |
|
Setup analysis subdirectories |
|
Overwrite behaviour of NMproject |
|
Setup default job_time_spacing option |
|
Project directory management |
|
Create analysis project |
|
Setup demo in current directory |
|
Run all project scripts sequentially |
|
Remove temporary NONMEM files |
|
Convert R markdown scripts to vignettes |
|
Get a directory name |
|
Is the directory an NMproject directory |
|
Importing code |
|
Code Library |
|
List files in code library |
|
List scripts |
|
Stage files in project staging area ready for import |
|
Import staged files into project |
|
Search for files matching raw text search |
|
Data cleaning convenience functions |
|
Read derived data |
|
Write derived data file |
|
Exclude rows of NONMEM dataset |
|
Make an OCC column for NONMEM IOV use |
|
Core object |
|
Create a new (parent) nm object |
|
Make child nm object from parent |
|
|
Functions to access and modify fields of nm objects |
Get/set path to dataset |
|
Read input dataset of an nm object |
|
Get all nm_list objects |
|
Get parent object of nm object |
|
Get path to run_dir |
|
Get and set path to NONMEM control file |
|
Interface for getting and setting your own simple fields in nm objects |
|
A purrr-like looping function over nm objects |
|
Test if object is an nm coercible object |
|
Create an nm object from an already completed PsN run |
|
Function pipe for nm objects |
|
NONMEM code manipulation |
|
Apply a manual edit patch |
|
Compute diff between two NONMEM runs |
|
Show an uneditable version of the control file |
|
Get/set existing subroutine |
|
Fill $INPUT |
|
Subroutine |
|
Update initial estimates to final estimates |
|
Get/set initial parameters |
|
Create or remove $OMEGA/$SIGMA BLOCKs |
|
Pattern replacement for control file contents |
|
Comment and uncomment lines of control file |
|
Get/set ignore statement from control file contents |
|
Get/set $SUBROUTINE values in control file |
|
Delete a NONMEM subroutine from control file contents |
|
Insert a new subroutine into control file_contents |
|
Add a mixed effect parameter to $PK (or $PRED) |
|
Remove parameter from NONMEM control file |
|
Rename a parameter in NONMEM control stream |
|
Target part of control object for further modification |
|
Get/set control file contents |
|
Execution |
|
Run NONMEM jobs |
|
Run NMTRAN step of a NONMEM job |
|
Run monitor & summary app |
|
Get status of NONMEM runs |
|
Get status of multiple runs in form of table |
|
Wait for runs to finish |
|
Wait for statement to be TRUE |
|
Tests if job is finished |
|
Test if NONMEM ran without errors |
|
Generic execute command for parallelised runs |
|
|
Generic execute command for SGE grids |
System command for NONMEM execution |
|
System/shell command wrapper |
|
Kill cluster job |
|
Wipe previous run files |
|
Execution related functions to access and modify fields of nm objects |
|
Get job stats for a completed NONMEM run |
|
NONMEM postprocessing |
|
Show an uneditable version of the lst file |
|
Create run reports |
|
Plot iterations vs parameters/OBJ |
|
Make decision point |
|
Run record |
|
Generate a summary of NONMEM results |
|
Extract parameter values |
|
Reads all $TABLE outputs and merge with input dataset |
|
Fast read of NONMEM output table |
|
Make data.tree object |
|
Get Objective Function Value (OFV) |
|
Condition number of run |
|
Get OMEGA matrix from run |
|
Get covariance matrix |
|
Plot $COV matrix |
|
Save plots in results_dir |
|
Plot relationship between a parameter and covariate |
|
Find an output file associated with a run |
|
Simulations |
|
Convert a NONMEM run to a simulation |
|
PPC functions: process data from simulation and plot |
|
Covariate modelling |
|
Plot correlation between two covariates |
|
Add/remove a covariate to a NONMEM model |
|
Generate tibble of covariate relations to test |
|
Prepare forward covariate step |
|
Add run results into a covariate tibble |
|
Produce dataset for covariate forest plotting |
|
Plot covariate forest plots |
|
PsN style stepwise covariate method |
|
Include NONMEM variables in output table |
|
Bootstrap |
|
Prepare a bootstrap tibble |
|
Write (bootstrap) cross validation datasets |