LPT-package: Some two-sample permutation tests

Description Details Author(s) Examples

Description

The package functions implement some statistical two-sample permutation tests.

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
The package includes several functions which implements two-sample permutation tests.

Author(s)

Dmitry Salnikov

Maintainer: Dmitry Salnikov <mejibkop.ru@mail.ru>

Examples

1
2
3
4
5
  x <- rnorm(5)
  y <- rnorm(10)
  
  L1.test(x, y)
  L2.test(x, y)

DmitrySalnikov/LPT documentation built on June 20, 2020, 2:03 p.m.