NMcheckColnames {NMdata} | R Documentation |
Compare $INPUT in control stream to column names in input data
Description
Mis-specification of column names in $DATA is a common source of problems with Nonmem models, and should be one of the first things to check for when seemingly inexplicable things happen. This function lines up input data column names with $DATA and how NMscanData will interpret $DATA so you can easily spot if something is off.
Usage
NMcheckColnames(file, as.fun, ...)
Arguments
file |
A Nonmem control stream or list file |
as.fun |
See ?NMdataConf |
... |
Additional arguments passed to |
Value
An overview of input column names and how they are translated
[Package NMdata version 0.1.6 Index]