omega_matrix: Get OMEGA matrix from run

View source: R/post-run-summaries.R

omega_matrixR Documentation

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)

Arguments

r

An nm object.

Value

A matrix object.

Examples


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


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.