gmeanRow | R Documentation |
This function computes the geometric mean by row of a numeric matrix
gmeanRow(X)
X |
A numeric matrix with |
A numeric vector of the geometric
mean of the matrix X
with length n
ex <- matrix(rnorm(100), nrow = 10, ncol = 10) ex <- abs(ex) gmeanRow(ex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.