SumMinMaxRange: Calculates the min, max and range of values in a given matrix

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/500.SummaryMeasuresCategoricalData20170518.R

Description

Calculates the min, max and range of values in a given matrix

Usage

1

Arguments

inpmat

- The input matrix

Details

The function calculates the min, max and range of values in a given matrix

Value

A dataframe that provides the min, max and range of values in a given matrix

Feature

Feature description - " Max value in table" showing the maximum of the input cells "Min value in table" showing the minimum of the input cells "Range of values in table" showing the difference between the maximum and minimum"

Value

Calculated value of features

Author(s)

Subbiah and Balakrishna S Kesavan

See Also

Other The summary of measures for categorical data: SumCount, SumMedianSD, SumZeroData, SummaryData

Examples

1
2
3
x=c(7,61,55,129,489,570,475,431,293,154,38,12)
inpmat = cbind(x[1:4],x[5:8],x[9:12])
SumMinMaxRange(inpmat)

RajeswaranV/vcdPlus documentation built on May 27, 2019, 7:28 a.m.