mu13 | R Documentation |
This an internal function called by other functions.
mu13(x, y, na.rm = FALSE)
x |
The first vector |
y |
The second vector |
na.rm |
This parameter controls whether NA values are removed from
the vector. Default is |
The calculated value for use in other functions.
x <- c(1:4) y <- c(2:5) mu13(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.