nwpri_value | R Documentation |
Set a block of values for the NWPRI routine in NONMEM
nwpri_value(x, blocktype)
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". |
a single character value to be pasted into the NONMEM code
nwpri_value(x = c(CL = .123, 456, V = 789), blocktype = "THETAP")
nwpri_value(x = c(123, 45, 67), blocktype = "OMEGAPD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.