This function calculates the area under the curve, the mean, and the peak values for the venous blood or plasma concentration of a specified chemical or all chemicals if none is specified for the multiple compartment model with a given number of days, dose, and number of doses per day.
calc_stats(days,chem.name=NULL,chem.cas=NULL,parameters=NULL,stats=c("AUC","peak","mean"), species='Human',exclude.fub.zero=F,daily.dose=1,dose=NULL,doses.per.day=NULL, output.units='uM',concentration='plasma',model='pbtk',suppress.messages=F,...)When species is specified as rabbit, dog, or mouse, the function uses the appropriate physiological data(volumes and flows) but substitues human fraction unbound, partition coefficients, and intrinsic hepatic clearance.
calc_stats(chem.name='Bisphenol-A',days=100,stats='mean')
calc_stats(chem.name='Bisphenol-A',days=100,stats=c('peak','mean'),species='Rat')
Run the code above in your browser using DataLab