This function applies rxode2::rxDerived to model parameters.
Usage
derive_prm(
xpdb,
.prm = NULL,
.problem,
quiet = xpdb$options$quiet,
prefix = ""
)
backfill_derived(
xpdb,
.prm = NULL,
.problem,
quiet = xpdb$options$quiet,
...,
group_vars = "id"
)Arguments
- xpdb
xpdb <
xpose_data> object- .prm
<
tidyselect> Parameters to convert (ifNULL, the function will usexp_varparamtypes)- .problem
Optional. Problem to use.
- quiet
Optional. Extra output.
- prefix
If desired, apply prefix to new parameters.
- ...
Passed to
derive_prm()- group_vars
Variable type(s) to join derived parameters on.
