backfill_iofv {xpose.xtras} | R Documentation |
Add individual objective function to data
Description
Add individual objective function to data
Usage
backfill_iofv(xpdb, .problem = NULL, .subprob = NULL, .label = "iOFV")
Arguments
xpdb |
< |
.problem |
Problem number |
.subprob |
Subproblem number |
.label |
The name of the new column. |
Details
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.
Value
<xp_xtras
> object with new column in the data and a
column with iofv
var type.
Examples
xpdb_x %>%
backfill_iofv() %>%
list_vars()
[Package xpose.xtras version 0.0.2 Index]