Skip to content

Michaelis-Menten parameters kept when going from mm-elimination to linear elimination #25

@rikardn

Description

@rikardn

The following snippet will create code where the Michaelis-Menten parmeters are still in the model

m <- pk_model() +
    dataset("mx19.csv") +
    pk_absorption_fo() +
    pk_distribution_1cmp() +
    pk_elimination_nl() +
    obs_additive(~log(C["central"]), var_add = 1)
render(m)

m <- pk_elimination_linear()

render(m)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions