CVlnorm {NMcalc} | R Documentation |
CV of log-normal dist baed on omega parameters
CV based variance like provided in Nonmem's OMEGA
metrix.
Description
CV of log-normal dist baed on omega parameters
CV based variance like provided in Nonmem's OMEGA
metrix.
Usage
CVlnorm(omega)
Arguments
omega |
A variance as provided in diagonal om the Nonmem OMEGA matrix |
Details
This is a very simple function. All it does is
sqrt(exp(omega)-1)
.
Value
CV of the distribution (numeric)
[Package NMcalc version 0.0.4 Index]