powered by
Obtain in matrix form the OMEGA matrix. This is primarily to feed into other packages such as mrgsolve.
mrgsolve
omega_matrix(r)
A matrix object.
matrix
An nm object.
## requires NONMEM to be installed if (FALSE) { ## matrix of initial estimates m1 %>% omega_matrix() ## matrix of final estimates m1 %>% update_parameters() %>% omega_matrix() }
Run the code above in your browser using DataLab