pValue | R Documentation |
Return P-values
pValue(object, ...)
## S4 method for signature 'FisherResult'
pValue(object)
## S4 method for signature 'FisherResultList'
pValue(object, ind, ...)
## S4 method for signature 'FisherResult'
fdrValue(object)
## S4 method for signature 'FisherResultList'
fdrValue(object, ind, ...)
object |
An object |
... |
Other parameters |
ind |
An integer or logical vector for subsetting |
pValue(FisherResult)
: Return the p-value from a FisherResult
pValue(FisherResultList)
: Return the p-values from a FisherResultList. If ind
is missing, all p-values are returned; otherwise, the subset indicated by
ind
is returned.
fdrValue(FisherResult)
: Return the FDR-value from a FisherResult
fdrValue(FisherResultList)
: Return the FDR-values from a FisherResultList. If ind
is missing, all FDR-values are returned; otherwise, the subset indicated by
ind
is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.