thalf_1a2c: Thalf for 1 absorption depot, 2 compartments

View source: R/derive_thalf.R

thalf_1a2cR Documentation

Thalf for 1 absorption depot, 2 compartments

Description

Can take multiple parameter sets and return a data.frame of halftimes.

Usage

thalf_1a2c(
  pars,
  cl = "CL",
  ka = "KA1",
  v2 = "V2",
  q = "Q",
  v3 = "V3",
  transform = F,
  debug = F
)

Arguments

pars

A parameter table. Thalf will be calculated for all rows.

cl

The name of the column with clearance values. Can represent CL/F if volume variables do the same.

ka

The name of the column representing absorption rate.

v2

The name of the column with central volume (see cl as well).

q

The name of the column with intercompartmental clearance.

v3

The name of the column with peripharel volume (see cl as well).

transform

Add results to existing dataset?

debug

Start by calling browser()

See Also

Other Calc: thalf_1a1c(), thalf_trans_1c()


philipdelff/pmxtricks documentation built on Nov. 11, 2024, 5:16 p.m.