NMreadCov {NMdata} | R Documentation |
Read in data file
Description
Read in data file
Usage
NMreadCov(file, auto.ext, ...)
Arguments
file |
The .cov covariance Nonmem matrix file to read |
auto.ext |
If 'TRUE' (default) the extension will automatically be modified using 'NMdataConf()$file.cov'. This means 'file' can be the path to an input or output control stream, and 'NMreadCov()' will still read the '.cov' file. |
... |
Passed to fread |
Details
This function is taken from nonmem2rx::nmcov which was based on NMdata::NMreadTab.
Value
A matrix with covariance step from NONMEM
Author(s)
Philip Delff and Matthew L. Fidler
[Package NMdata version 0.1.7 Index]