.medianSpecGrp | R Documentation |
This function allows to rescale data 'x' so that specific group 'grpNum' gets normalized to predefined value 'grpVal'. In normal case x will be multiplied by 'grpVal' and devided by value obtained from 'grpNum'. If summary of 'grpNum-positions' or 'grpVal' is 0, then grpVal will be attained by subtraction of summary & adding grpVal
.medianSpecGrp(x, grpNum, grpVal, sumMeth = "median", callFrom = NULL)
x |
(numeric vector) main input |
grpNum |
(numeric) |
grpVal |
(numeric) |
sumMeth |
(character) method for summarizing |
callFrom |
(character) allow easier tracking of messages produced |
numeric vector
which.min
.firstMin(c(4,3:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.