View source: R/3-shared-getResults.R
getSignificantResultsFstat | R Documentation |
This function provides a unified wrapper to retrieve results
from a propd
object keeping only the statistically
significant pairs. Note that it can only be applied to theta_d,
as updateF only works for theta_d.
getSignificantResultsFstat(object, pval = 0.05, fdr_adjusted = TRUE)
object |
A |
pval |
A float value for the p-value. Default is 0.05. |
fdr_adjusted |
A boolean. If TRUE, use the the FDR- adjusted p-values. Otherwise, get significant pairs based on the theoretical F-statistic cutoff. |
A data.frame
of results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.