Learn R Programming

caffsim (version 0.2.2)

caffDescstat: Calculate descriptive statistics of simulated PK parameters

Description

caffDescstat will calculate descriptive statistics of simulated PK parameters

Usage

caffDescstat(caffPkparamData)

Arguments

caffPkparamData

data frame generated by caffPkparam function

Value

The descriptive statistics of pharmacokinetic parameters

See Also

https://asancpt.github.io/caffsim

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab