MODE.LN {LIStest}R Documentation

Mode of the statistic Ln (Integer)

Description

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.

Usage

data(MODE.LN)

Format

The format is: int [1:69] 1 1 2 2 3 3 3 4 4 4 ...

Source

A nonparametric idependence test for small sample size

Examples

data(MODE.LN)
## maybe str(MODE.LN) ; plot(MODE.LN) ...

[Package LIStest version 1.0 Index]