NMreadShk {NMdata} | R Documentation |
Read Shrinkage data reported by Nonmem
Description
Read Shrinkage data reported by Nonmem
Usage
NMreadShk(file, auto.ext, as.fun)
Arguments
file |
A model file. Extension will be replaced by ".shk". |
auto.ext |
If 'TRUE' (default) the extension will automatically be modified using 'NMdataConf()$file.shk'. This means 'file' can be the path to an input or output control stream, and 'NMreadShk' will still read the '.shk' file. |
as.fun |
See ?NMdataConf |
Details
Type 1=etabar Type 2=Etabar SE Type 3=P val Type 4= Type 5= Type 6= Type 7=number of subjects used. Type 8= Type 9= Type 10= Type 11=
Value
A 'data.frame' with shrinkage values, indexes, and name of related parameter, like 'OMEGA(1,1)'.
[Package NMdata version 0.2.1 Index]