Relative/Percent Difference in Means
reldif_means.RdCalculate the relative difference in means with standard error based on the delta method.
Examples
#----------------------------------------------------------------------------
# reldif_means() examples
#----------------------------------------------------------------------------
library(bkstat)
x <- rnorm(30, mean = 10, sd = 3)
y <- rnorm(30, mean = 8, sd = 2.5)
reldif_means(x,y)
#> estimate se
#> 1 -11.05129 6.777672