meanOfVariable: Function meanOfVariable

Description Usage Arguments Value Note Author(s) Source Examples

Description

This function calculates the mean value of a variable and prints the result

Usage

1
meanOfVariable(variable)

Arguments

variable

the variable to calculate the mean value of.

Value

None

Note

Permission to publish under MIT license granted by Andy Field. Copyright remains with the authors of the function.

Author(s)

Field, Andy. Miles, Jeremy. Field, Zoƫ.

Source

Field, Andy. (2012) 'Discovering Statistics Using R', p. 228. London, England: SAGE.

Examples

1
meanOfVariable(c(1,2,3))

Frostarella/DSUR.noof documentation built on June 2, 2019, 5:53 p.m.