p_val: P-values between matrices

Description Usage Arguments Value

View source: R/utils-cluster-significance.R

Description

P-values between matrices

Usage

1
p_val(a, b, p.value = NULL, adjust.method = NULL)

Arguments

a

matrix (vars. by. obs.) for which p-values are calculated.

b

matrix (vars. by. obs.) for which the p-values of matrix 'a' are calculated relative to.

p.value

NULL or numeric. If NULL, return all p-values. If numeric, return p-values <= p.value.

adjust.method

NULL or character string. If NULL, do not adjust p-values. If string, adjust p-values using the method specified.

Value

numeric vector containing p-values.


jlaffy/statistrics documentation built on May 23, 2019, 4:04 a.m.