This function combines mean, standard deviation and coefficient of variation to create reporting tables.

meansdcv(x)

Arguments

x

numeric vector

Examples

library(dplyr)
#> #> Attaching package: ‘dplyr’
#> The following objects are masked from ‘package:stats’: #> #> filter, lag
#> The following objects are masked from ‘package:base’: #> #> intersect, setdiff, setequal, union
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"