# 3compartmentss model:
calc_clearance_frac(chem.name="bisphenola")
# pbtk model:
calc_clearance_frac(chem.name="bisphenola",
model="pbtk",
fraction.params=c("Qgfrc","Clmetabolismc"))
# \donttest{
# A model with exhalation:
# sumclearances model:
calc_clearance_frac(chem.name="bisphenola",
model="sumclearances",
fraction.params=c("Clint","Qgfrc","Qalvc"))
calc_clearance_frac(chem.name="toluene",
model="sumclearances",
fraction.params=c("Clint","Qgfrc","Qalvc"))
# 3comp2 model:
calc_clearance_frac(chem.name="toluene",
model="3compartment2",
fraction.params=c("Clmetabolismc","Qgfrc","Qalvc"))
# }
Run the code above in your browser using DataLab