pvalue: pvalue

View source: R/utils.R

pvalueR Documentation

pvalue

Description

Compute the p-values of the tests beta[i,j] == 0 vs != 0

Usage

pvalue(mr)

Arguments

mr

A list of matrices as output by multiRun()

Value

The matrix of p-values (same size as mr[[1]])

Examples

# Next line should be a real call to multiRun()
mr <- list( list(matrix(c(1,2,3,4),ncol=2),matrix(c(2,2,1,1),ncol=2)) )
p <- pvalue(mr[[1]])


morpheus documentation built on May 21, 2026, 5:06 p.m.