getMean: getMean

Description Usage Arguments Examples

View source: R/summaryFunc.R

Description

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

Usage

1
getMean(datad, columnName)

Arguments

x

datad - the dataset columnName - the column to find the max

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)
{
  }

ShirCohen1/summaryPack documentation built on May 7, 2019, 12:51 a.m.