preProcessHooksAdd: Register a pre-processing hook run before estimation begins

View source: R/hook.R

preProcessHooksAddR Documentation

Register a pre-processing hook run before estimation begins

Description

'fun' must take four arguments ('ui', 'est', 'data', 'control') and return a list with any of ''ui'‘, '’est'‘, '’data'‘, '’control'' to override; a non-returned element is left unchanged.

Usage

preProcessHooksAdd(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(), postFinalObjectHooksAdd(), postFinalObjectHooksRm(), preFinalParTableHooks(), preFinalParTableHooksAdd(), preFinalParTableHooksRm(), preProcessHooks(), preProcessHooksRm()


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