pval | R Documentation |
Method to extract inflation- and bias-corrected P-values
pval(object, corrected = TRUE)
## S4 method for signature 'Bacon'
pval(object, corrected = TRUE)
object |
'bacon'-object |
corrected |
optional return uncorrected |
vector or matrix of P-values
bacon
y <- rnormmix(2000, c(0.9, 0, 1, 0, 4, 1))
bc <- bacon(y, nbins=100) #nbins = 100 to speed up the calculations
head(pval(bc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.