3 lines
48 B
R
3 lines
48 B
R
customMean <- function(vector) {
|
|
mean(vector)
|
|
} |
customMean <- function(vector) {
|
|
mean(vector)
|
|
} |