Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/500.SummaryMeasuresCategoricalData20170518.R
Calculates the median, SD, upper limit, lower limit and cell values within these limits
1 | SumMedianSD(inpmat)
|
inpmat |
- The input matrix |
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
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 |
Subbiah and Balakrishna S Kesavan
Other The summary of measures for categorical data: SumCount
,
SumMinMaxRange
, SumZeroData
,
SummaryData
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.