pk.calc.f: Calculate the absolute (or relative) bioavailability

View source: R/pk.calc.simple.R

pk.calc.fR Documentation

Calculate the absolute (or relative) bioavailability

Description

Calculate the absolute (or relative) bioavailability

Usage

pk.calc.f(dose1, auc1, dose2, auc2)

Arguments

dose1

The dose administered in route or method 1

auc1

The AUC from 0 to infinity or 0 to tau administered in route or method 1

dose2

The dose administered in route or method 2

auc2

The AUC from 0 to infinity or 0 to tau administered in route or method 2

Details

f is (auc2/dose2)/(auc1/dose1).


PKNCA documentation built on April 30, 2023, 1:08 a.m.