sample_omega: Sample from the multivariate normal distribution using the...

View source: R/sample_omega.R

sample_omegaR Documentation

Sample from the multivariate normal distribution using the OMEGA variance-covariance matrix to generate new sets of simulated ETAs from NONMEM output.

Description

Sample from the multivariate normal distribution using the OMEGA variance-covariance matrix to generate new sets of simulated ETAs from NONMEM output.

Usage

sample_omega(nmRun, n, seed)

Arguments

nmRun

Root filename for the NONMEM run (e.g. "run315").

n

Number of samples required.

seed

Random seed.

Value

A data frame containing n samples from the multivariate normal distribution, using the estimated NONMEM OMEGA variance-covariance matrix. This provides n sets of ETA estimates suitable for simulation of new patients.

Author(s)

Justin Wilkins, justin.wilkins@occams.com

See Also

NONMEM (https://www.iconplc.com/innovation/nonmem/)

Examples

## Not run: 
 omDist <- sample_omega("run315", 5000, seed=740727)

## End(Not run)


kestrel99/pmxTools documentation built on Feb. 25, 2023, 1:26 p.m.