View source: R/post-run-summaries.R
omega_matrix | R Documentation |
Obtain in matrix form the OMEGA matrix. This is primarily to feed into other
packages such as mrgsolve
.
omega_matrix(r)
r |
An nm object. |
A matrix
object.
## requires NONMEM to be installed
## Not run:
## matrix of initial estimates
m1 %>% omega_matrix()
## matrix of final estimates
m1 %>%
update_parameters() %>%
omega_matrix()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.