Learn R Programming

NMcalc (version 0.0.4)

CVlnorm: 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)

Value

CV of the distribution (numeric)

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).