| pvalue | R Documentation |
Compute the p-values of the tests beta[i,j] == 0 vs != 0
pvalue(mr)
mr |
A list of matrices as output by multiRun() |
The matrix of p-values (same size as mr[[1]])
# 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]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.