View source: R/pk.calc.simple.R
pk.calc.f | R Documentation |
Calculate the absolute (or relative) bioavailability
pk.calc.f(dose1, auc1, dose2, auc2)
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 |
f is (auc2/dose2)/(auc1/dose1)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.