pk1cmt: pk1cmt RxODE model

Description Usage Format See Also Examples

Description

pk1cmt RxODE model

Usage

1

Format

An RxODE model with 14 parameters, 2 ODE states, and 1 calc vars.

Parameters (pk1cmt$params)

popCl

(default=1)

popV

(default=20)

popKa

(default=1)

bsvCl

(default=0)

bsvV

(default=0)

bsvKa

(default=0)

popLagDepot

(default=0)

popLagCentral

(default=0)

popRateCentral

(default=0)

popDurCentral

(default=0)

bsvLagDepot

(default=0)

bsvLagCentral

(default=0)

bsvRateCentral

(default=0)

bsvDurCentral

(default=0)

State pk1cmt$state

depot

(=1)

central

(=2)

Calculated Variables pk1cmt$lhs

cp

See Also

eventTable, et, rxSolve, RxODE

Examples

1
2
3
4
5
6
## To see the model code

summary(pk1cmt)

pk1cmt %>% solve(et(timeUnits="hr") %>% et(amt=100)) %>% plot # Oral
pk1cmt %>% solve(et(amt=100,cmt=central,timeUnits="hr")) %>% plot # IV

nlmixrdevelopment/rxModels documentation built on March 26, 2021, 9:17 a.m.