powered by
Remove a peripheral distribution compartment from model
Initial estimates:
== =================================================== n == =================================================== 2 :math:{CL} = {CL'}, :math:{QP1} = {CL'} and :math:{VP1} = {VC'} * 0.05 3 :math:{QP1} = ({QP1'} + {QP2'}) / 2, :math:{VP1} = {VP1'} + {VP2'} == ===================================================
{CL} = {CL'}
{QP1} = {CL'}
{VP1} = {VC'} * 0.05
{QP1} = ({QP1'} + {QP2'}) / 2
{VP1} = {VP1'} + {VP2'}
remove_peripheral_compartment(model)
(Model) Pharmpy model object
(Model) Pharmpy model
set_peripheral_compartment
add_peripheral_compartment
if (FALSE) { model <- load_example_model("pheno") model <- set_peripheral_compartments(model, 2) model <- remove_peripheral_compartment(model) model$statements$ode_system }
Run the code above in your browser using DataLab