Description Usage Arguments Value See Also Examples
caffDescstat will calculate descriptive statistics of simulated PK parameters
| 1 | caffDescstat(caffPkparamData)
 | 
| caffPkparamData | data frame generated by caffPkparam function | 
The descriptive statistics of pharmacokinetic parameters
https://asancpt.github.io/caffsim
| 1 2 3 4 5 6 | caffDescstat(caffPkparam(20,500))
caffDescstat(caffPkparamMulti(20,500))
caffDescExample <- cbind(caffDescstat(caffPkparam(20,500)), 
                         caffDescstat(caffPkparam(50,500))[,2])
colnames(caffDescExample)[2:3] <- c('20 kg', '50 kg')      
caffDescExample
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.