extFormat {nonmem2R} | R Documentation |
Internal package function
Description
Formatting of the named list returned by extload
Usage
extFormat(ext, format.estimate = "% -#6.4g", format.rse = "%#6.3g")
Arguments
ext |
the result ofname of the lst file without the .lst extension. model may include full or relative path to the lst file. |
format.estimate |
format for estimated value, passed to sprintf |
format.rse |
format for rse, passed to sprintf |
Value
a character-matrix
[Package nonmem2R version 0.2.5 Index]