Learn R Programming

NMproject (version 0.6.9)

omega_matrix: Get OMEGA matrix from run

Description

[Experimental]

Obtain in matrix form the OMEGA matrix. This is primarily to feed into other packages such as mrgsolve.

Usage

omega_matrix(r)

Value

A matrix object.

Arguments

r

An nm object.

Examples

Run this code

## 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