MODE.LN {LIStest} | R Documentation |
Mode of the statistic "size of the longest increasing subsequence", it is used in the LIS.pvalue function to find the p-value on the two sided alternative.
data(MODE.LN)
The format is: int [1:69] 1 1 2 2 3 3 3 4 4 4 ...
A nonparametric idependence test for small sample size
data(MODE.LN) ## maybe str(MODE.LN) ; plot(MODE.LN) ...