backfill_iofv | R Documentation |
Add individual objective function to data
backfill_iofv(xpdb, .problem = NULL, .subprob = NULL, .label = "iOFV")
xpdb |
< |
.problem |
Problem number |
.subprob |
Subproblem number |
.label |
The name of the new column. |
This function will only work for objects with software listed as
nonmem
, which has a phi
file and with an OBJ
column in that
file.
<xp_xtras
> object with new column in the data and a
column with iofv
var type.
xpdb_x %>%
backfill_iofv() %>%
list_vars()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.