SumMedianSD: Calculates the median, SD, upper limit, lower limit and cell...

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

View source: R/500.SummaryMeasuresCategoricalData20170518.R

Description

Calculates the median, SD, upper limit, lower limit and cell values within these limits

Usage

1
SumMedianSD(inpmat)

Arguments

inpmat

- The input matrix

Details

The function calculates the Median, SD, Lower limit (defined as median - 3SD), Upper limit (defined as median + 3*SD) and the percentage of the cells which fall within this range

Value

A dataframe that provides the median, SD, upper limit, lower limit and cell values within these limits

Feature

Feature description - "Median of values in the input" showing the median of the input cells "SD of values in the input" showing the standard deviation (SD) of the input cells "Lower Limit of values in the input" showing the value of (median - 3*SD) "Upper Limit of values in the input" showing the maximum of (median + 3*SD) "Percentage of cells in the input whose values lie between the upper and lower limits" showing the percentage of the cells which fall within this range"

Value

Calculated value of features

Author(s)

Subbiah and Balakrishna S Kesavan

See Also

Other The summary of measures for categorical data: SumCount, SumMinMaxRange, 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])
SumMedianSD(inpmat)

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