calc_perm_p_value: Calculation of permutation p-value

View source: R/permDistribution.R

calc_perm_p_valueR Documentation

Calculation of permutation p-value

Description

calc_perm_p_value calculates the permutation p-value following \insertCitePhiSmy10perm;textualrobnptests.

Usage

calc_perm_p_value(
  statistic,
  distribution,
  m,
  n,
  randomization,
  n.rep,
  alternative
)

Arguments

statistic

observed value of the test statistic.

distribution

a numeric vector with the permutation/randomization distribution.

m

an integer value giving size of first sample.

n

an integer value giving size of second sample.

randomization

a logical value indicating whether the p-value should be computed from a permutation (FALSE, default) or a randomization (TRUE) distribution.

n.rep

an integer value specifying the number of random splits used to calculate the randomization distribution if method = "randomization". This argument is ignored if method = "permutation" or method = "asymptotic". The default is n.rep = 10000.

alternative

a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater", or "less".

Value

p-value for the specified alternative.

References

\insertRef

PhiSmy10permrobnptests


robnptests documentation built on Feb. 16, 2023, 7:10 p.m.