Description Usage Arguments Value Examples
This function takes a single numeric vector and returns the mean of the vectors values.
1 | sample_mean(x)
|
x |
Numeric vector of values |
Sample Mean
1 2 3 4 5 | x <- 1:10
sample_mean(x)
y <- rnrom(100)
sample_mean(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.