powered by
Calculate the geometric mean
geo.mean(x, na.rm = TRUE)
The geometric mean
A vector of values
Whether missing values should be automatically removed from calculation
Shili Lin <shili@stat.osu.edu>
Lin, S. (2010) Space oriented rank-based data integration. Statistical Applications in Genetics and Molecular Biology 9, Article 20.
Borda
set.seed(122) vals <- sample(1:100, 10) geo.mean(vals)
Run the code above in your browser using DataLab