ZPvalue | R Documentation |
Calculate p-value of Z scores.
ZPvalue( Z, alternative = c("two.sided", "less", "greater"), p.adjust.method = "BH" )
Z |
A matrix of Z scores. |
alternative |
Alternative hypothesis used, default is |
p.adjust.method |
Method used for multiple comparisons correction, default is |
A list containing the following:
p.val, a matrix of p-values.
p.adj, a matrix of adjusted p-values.
{ res <- ZPvalue(matrix(runif(100),10,10)) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.