powered by
Geometric mean.
geo_mean(x)
A numeric variable with no negative values.
A scalar, the calculated geometric mean.
# NOT RUN { data(IgM, package = "ISwR") Ab <- data.frame(IgM) estat(~ IgM, data = Ab) geo_mean(IgM) # }
Run the code above in your browser using DataLab