Description Usage Arguments Details Value Examples
Change extreme values in proprtional data prior to logit transformation
1 | fixlimits(x)
|
x |
name of vector to adjust |
The function assumes a data range of 0<=x<=1. Data outside this range are regarded as measurement errors and recoded to NA. In order to avoid generating missings during logit transformation values >=1 and <=0 respectively are shifted to lie within the range (0,1) excluding the borders themselves by recoding them to the mean of the respective border and and the most extreme nearest neighbour.
vector of same length as x with adjusted values
1 | fixlimits(0:5/5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.