Seed TMDD target-binding parameters into a base-fit results object
seed_tmdd_results.RdReturns a copy of results whose parameter_estimates gains POP_KM (= kd)
and POP_CLMM (= the fitted POP_CL). Pharmpy's TMDD structsearch uses these
to seed the QSS candidates' POP_KDC / POP_KINT; without them the stiff TMDD
ODE diverges. Used internally by call_pharmpy_tool() when tool = "structsearch",
options$type = "tmdd" and options$kd is supplied. If the results already carry
POP_KM/POP_CLMM (an MM-parameterised base) the object is returned unchanged.
Arguments
- results
a Pharmpy
ModelfitResultsobject (e.g. fromrun_nlme()).- kd
target dissociation constant seed (concentration units).
- verbose
emit an info message?