This function combines mean, standard deviation and coefficient of variation to create reporting tables.
meansdcv(x)
x | numeric vector |
---|
library(dplyr)#> #>#>#> #>#>#> #>tabNCA(Theoph, dose=500, concUnit="mg/L") %>% as.data.frame() %>% summarise_all(meansdcv)#> Error in tabNCA(Theoph, dose = 500, concUnit = "mg/L"): could not find function "tabNCA"