R/tests.R

Defines functions L2.test L1.test

Documented in L1.test L2.test

L1.test <- function(x, y, normalization = FALSE, n.permutations = 10000, exact = NULL, permutations = NULL, check_permutations = TRUE, ...) {
  L.test(x, y, 1, normalization, n.permutations, exact, permutations, check_permutations)
}

L2.test <- function(x, y, normalization = FALSE, n.permutations = 10000, exact = NULL, permutations = NULL, check_permutations = TRUE, ...) {
  L.test(x, y, 2, normalization, n.permutations, exact, permutations, check_permutations)
}
DmitrySalnikov/LPT documentation built on June 20, 2020, 2:03 p.m.