Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

rxode2 and setting F1 to unfixed values #646

Description

@pharmax-lisa

Hi I'm trying to use rxode2 to create a model that is a modified release model with two depots. We were able to use NONMEM to estimate F1(bioavailability of modified release) and F3 (bioavailability of immediate release). The model works great but it's not picking up F1 or F3.

ode <- "
C2=centr/V2;

C4=peri1/V4;

d/dt(depot) = -K12depotF1; #F1 and K12 and ALAG are MR
alag(depot) = lag1;

d/dt(centr)= F1depotK12+F3depot2K32-CLC2-Q(C2-C4);
d/dt(depot2) = -K32depot2F3; #F3 is IR

d/dt(peri1) = Q*(C2-C4);
"
And this dosing event:
ev$add.dosing(dose = dose, nbr.doses = ncyc, dosing.interval = reg,
start.time=0,cmt="depot")
ev$add.dosing(dose = dose, nbr.doses = ncyc, dosing.interval = reg,
start.time=0,cmt="depot2")

Please help! Thanks in advance.
Lisa

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions