R/utils.R
calculateGMFE.Rd
Calculate Geometric Mean Fold Error between x and y. Strictly positive pairs of values are kept in the calculation
x
y
calculateGMFE(x, y)
x values to compare
y values to compare
GMFE
# GMFE calculateGMFE(c(1, 2, 2.1), c(1.3, 1.9, 3.0)) #> [1] 1.250376