CVlnorm: CV of log-normal dist baed on omega parameters CV based...

View source: R/CVlnorm.R

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


NMcalc documentation built on Sept. 11, 2024, 7:51 p.m.