Comp1: One compartment model - analytical

View source: R/Comp1.R

Comp1R Documentation

One compartment model - analytical

Description

It calculates using one compartment model.

Usage

Comp1(Ke, Ka=0, DH)

Arguments

Ke

Elimination rate constant

Ka

Absorption rate constant

DH

Expanded dosing history table

Details

First compartment is the gut compartment for oral dosing. IV bolus and infusion dosing should be done at the second compartment.

Value

This returns a table with the gut and the central compartment columns

Author(s)

Kyun-Seop Bae <k@acr.kr>

Examples

DAT
DAT2 = ExpandDH(DAT)
X1 = Comp1(Ke=0.1, Ka=1, DAT2)
X1
matplot(DAT2[, "TIME"], X1, type="l")

wnl documentation built on April 25, 2023, 9:11 a.m.