getPvalZscore | R Documentation |
Calculate a p-value and z-score based on observed value and random evaluation values.
getPvalZscore(orig.ev, rand.ev, pval_t = FALSE)
orig.ev |
Observed value. |
rand.ev |
Random evaluation values. |
pval_t |
Boolean. Default is FALSE. If FALSE, the p-value is calculated based on the number of random evaluations is larger or less than the initial evaluation. If TRUE, the p-value is calculated based on a t-test. |
A p-value and a z-score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.