AVERAGE: Calculates the mean value of the vector

Description Usage Arguments Value Author(s) See Also Examples

View source: R/AVERAGE.R

Description

Concatenates a vector of integers or numerics.

Usage

1

Arguments

vector

Vector that you would the mean calculated from.

Value

Returns the mean of the vector as a numeric or an integer.

Author(s)

Nick Bultman, njbultman74@gmail.com, December 2020

See Also

mean

Examples

1
AVERAGE(c(3, 1, 3))

njbultman/xlsxFunctions documentation built on Aug. 8, 2021, 3:14 p.m.