View source: R/deltaCaptureC.R
getPValueCutoff | R Documentation |
Given an Nx4 matrix with columns 'min','max','abs' and 'lopsidededness', this function returns the cutoff levels for a given pValue.
getPValueCutoff(runStats, p = 0.05)
runStats |
a matrix with columns 'min','max','abs' and 'lopsidededness' |
p |
=.05 the desired p-value |
a vector with cutoff values
dimnames = list(c(),c('min','max','abs','lopsidedness'))
m = 10 * (matrix(runif(400),ncol=4,dimnames=dimnames) - 0.5)
cutoffs = getPValueCutoff(m,.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.