NMreadCov | R Documentation |
Read in data file
NMreadCov(file, auto.ext, ...)
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 |
This function is taken from nonmem2rx::nmcov which was based on NMdata::NMreadTab.
A matrix with covariance step from NONMEM
Philip Delff and Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.