get_prm_nlmixr2: get_prm equivalent for nlmixr2 fits

View source: R/nlmixr2.R

get_prm_nlmixr2R Documentation

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
)

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()

Value

a tibble with expected columns


xpose.xtras documentation built on April 19, 2026, 9:06 a.m.