Learn R Programming

LePage (version 1.0)

lepage: LePage type tests

Description

LePage type tests

Usage

lepage(x, y)

Value

A matrix with 6 columns and two rows. The first row refers to the 6 test statistics and the second row to their corresponding p-values.

Arguments

x

A numerical vector with data of the first sample.

y

A numerical vector with data of the second sample.

Author

Abid Hussain and Michail Tsagris.

R implementation and documentation: Abid Hussain abid0100@gmail.com and Michail Tsagris mtsagris@uoc.gr.

Details

The classical LePage and 5 variants of it are performed, as proposed by Hussain and Tsagris (2025).

References

Hussain A. and Tsagris M. (2025). Modified Lepage-type test statistics for the weak null hypothesis. https://arxiv.org/pdf/2509.19126

See Also

col.lepage

Examples

Run this code
x <- rnorm(30)
y <- rnorm(40)
lepage(x, y)

Run the code above in your browser using DataLab