backfill_iofv: Add individual objective function to data
Description
Add individual objective function to data
Usage
backfill_iofv(xpdb, .problem = NULL, .subprob = NULL, .label = "iOFV")
Value
<xp_xtras
> object with new column in the data and a
column with iofv
var type.
Arguments
- xpdb
<xpose_data
> or <xp_xtras
> object
- .problem
Problem number
- .subprob
Subproblem number
- .label
The name of the new column. iOFV
is the default.
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.
Examples
Run this code
xpdb_x %>%
backfill_iofv() %>%
list_vars()
Run the code above in your browser using DataLab