J_admissible {kader} | R Documentation |
Admissible Rank Transformations of Eichner & Stute (2013)
Description
This is just a wrapper for the functions J1
, J2
,
and which implement the admissible
transformations for the three cases for
. For mathematical
details see eq. (15.16) and (15.17) in Eichner (2017) and/or Eichner &
Stute (2013).
Usage
J_admissible(u, cc = sqrt(5))
Arguments
u |
Numeric vector. |
cc |
Numeric constant, defaults to |
Details
Basically, for cc
in :
J_admissible(u, cc)
= J1(u, cc)
if cc
,
J_admissible(u, cc)
= J2(u, cc)
if cc
,
and
J_admissible(u, cc)
= sqrt(3) * (2*u - 1)
if cc
.
Value
Vector of same length and mode as u
.
Note
The admissible rank transformations require to
be in
. If
cc
does
not satisfy this requirement a warning (only) is issued.
The default cc = sqrt(5)
, i.e., ,
yields the optimal rank transformation.
See Also
Examples
par(mfrow = c(1, 2), mar = c(3, 3, 0.5, 0.5), mgp = c(1.7, 0.7, 0))
example(J1)
example(J2)
[Package kader version 0.0.8 Index]