getMean: getMean

Description Usage Arguments Examples

Description

Returns the mean value of a given column in a given dataset

Usage

1
getMean(x,y)

Arguments

x

name of dataset

y

name of column in dataset

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

michal2111/myrepository documentation built on May 12, 2019, 12:27 a.m.