View source: R/compute_empirical_pvalue.R
compute_quantile_empirical_pvalues | R Documentation |
Quantile empirical P-values
compute_quantile_empirical_pvalues(statistics, null_statistics)
statistics |
A vector of calculated p-value. |
null_statistics |
A vactor of permuted test pvalue |
A vector of empirical pvalues
stat<- runif(1000,0,1)
null_stat<- runif(100000,0,1)
compute_quantile_empirical_pvalues(statistics=stat,null_statistics=null_stat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.