R/sample_sigma.R
sample_sigma.RdSample from the multivariate normal distribution using the SIGMA variance-covariance matrix to generate new sets of simulated EPSILONs from NONMEM output.
sample_sigma(nmRun, n, seed)A data frame containing n samples from the multivariate normal distribution, using
the estimated NONMEM SIGMA variance-covariance matrix. This provides n sets of EPSILON estimates
suitable for simulation of new datasets.
if (FALSE) { # \dontrun{
sigDist <- sample_sigma("run315", 5000, seed=740727)
} # }