nwpri_value: Set a block of values for the NWPRI routine in NONMEM

View source: R/to_nwpri.R

nwpri_valueR Documentation

Set a block of values for the NWPRI routine in NONMEM

Description

Set a block of values for the NWPRI routine in NONMEM

Usage

nwpri_value(x, blocktype)

Arguments

x

a (named) vector of numeric, typically the estimates of theta or the degree of freedom associated to omega/sigma.

blocktype

a character, either "THETAP", "OMEGAPD" or "SIGMAPD".

Value

a single character value to be pasted into the NONMEM code

Examples

nwpri_value(x = c(CL = .123, 456, V = 789), blocktype = "THETAP")
nwpri_value(x = c(123, 45, 67), blocktype = "OMEGAPD")

FelicienLL/uncrtnty documentation built on Oct. 26, 2023, 12:50 p.m.