postFinalObjectHooksAdd: Register a post-final-object hook run after estimation...

View source: R/hook.R

postFinalObjectHooksAddR Documentation

Register a post-final-object hook run after estimation completes

Description

'fun' must take one argument ('ret') and return the finalized return object (or 'NULL'/nothing to leave it unchanged).

Usage

postFinalObjectHooksAdd(name, fun)

Arguments

name

Character vector representing the name of the hook

fun

The function to run

Value

The function that was added (invisibly)

Author(s)

Matthew L. Fidler

See Also

Other preProcessHooks: postFinalObjectHooks(), postFinalObjectHooksRm(), preFinalParTableHooks(), preFinalParTableHooksAdd(), preFinalParTableHooksRm(), preProcessHooks(), preProcessHooksAdd(), preProcessHooksRm()


nlmixr2est documentation built on Aug. 5, 2026, 1:11 a.m.