get_prm_nlmixr2: get_prm equivalent for nlmixr2 fits
Description
This is intended to match the <xpose::get_prm> rather than the
updated get_prm().
Usage
get_prm_nlmixr2(
xpdb,
transform = formals(get_prm)$transform,
show_all = formals(get_prm)$show_all,
quiet = FALSE
)
Value
a tibble with expected columns
Arguments
- xpdb
<xp_xtras> With nlmixr2 fit
- transform
<logical> as in get_prm()
- show_all
<logical> as in get_prm()
- quiet
<logical> as in get_prm()