u_to_nwpri | R Documentation |
Turn uncrtnty-list into code for NWPRI in NONMEM
u_to_nwpri(u, cat = TRUE, priors_only = FALSE)
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. |
a character vector to be pasted into a NONMEM code
code <- u_to_nwpri(u_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.