Learn R Programming

invivoPKfit (version 2.0.2)

adjust_model_name: Sets the `name` element for models to the `pk_model` object name in the environment

Description

When creating new `pk_model` objects, the name of the 'base' model is kept. Please use this function to 'reset' the name of the new `pk_model` object.

Usage

adjust_model_name(model)

Value

an object of class `pk_model` with `name` matching it's name in the environment.

Arguments

model

A `pk_model` object.

Author

Gilberto Padilla Mercado

See Also

Other pk_model modifiers: set_params_optimize(), set_params_starts(), toggle_clearance_mode()