| pSchlitt {maxstat} | R Documentation |
Approximates the probability that a maximally selected rank statistic is
greater or equal to b.
pSchlitt(b, N, m, method=c("genz", "drezner"))
qSchlitt(p, N, m)
Method based on a paper by Schlittgen. There are doubts if this works as advertised.
The probability that, under the hypothesis of independence, a maximally
selected statistic greater equal b is observed.
Torsten Hothorn <Torsten.Hothorn@rzmail.uni-erlangen.de>
Schlittgen, R. (1999). Regression Trees for Survival Data - an Approach to Select Discontinuous Split Points by Rank Statistics. Biometrical Journal, 41(8), 943-954.
# no example given in the paper! pSchlitt(2.5, N = 200, m = seq(from=50, to=150, by=10))