u_to_nwpri: Turn uncrtnty-list into code for NWPRI in NONMEM

View source: R/to_nwpri.R

u_to_nwpriR Documentation

Turn uncrtnty-list into code for NWPRI in NONMEM

Description

Turn uncrtnty-list into code for NWPRI in NONMEM

Usage

u_to_nwpri(u, cat = TRUE, priors_only = FALSE)

Arguments

u

an uncrtnty-list object

cat

if TRUE (the default), the character vector is passed to 'cat' and printed to the console.

priors_only

if TRUE, only the blocks with priors values and weight are returned.

Value

a character vector to be pasted into a NONMEM code

Examples

code <- u_to_nwpri(u_example)


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