oneCompartmentOralModel: solution of one compartmental oral administration model only...

Description Usage Arguments Value

View source: R/pkFunctions.R

Description

solution of one compartmental oral administration model only use one set of parameters, times can input can be an numeric array

Usage

1
oneCompartmentOralModel(parameters, time, dosingInfo)

Arguments

parameters

a numeric verctor of parameters as input to the model with names

  • Ka: constant absorption rate

  • Ke: constant elimination rate

  • dose: initial dose

  • volume: volume to which the dose is administered

time

a numeric vector containing timePoints at which the concentration should be predicted timepoint zero is defined as the moment the dose is administered

dosingInfo

see link{PkModel-class} but opnly one dose at time zero allowed

Value

vector of concentrations corresponding to the input timePoints


microsamplingDesign documentation built on Oct. 13, 2021, 5:10 p.m.