View source: R/3-shared-getCutoff.R
getCutoffFstat | R Documentation |
This function uses the F distribution to calculate a cutoff of
theta for a p-value given by the pval
argument.
getCutoffFstat(object, pval = 0.05, fdr_adjusted = FALSE)
object |
A |
pval |
A p-value at which to calculate a theta cutoff. |
fdr_adjusted |
A boolean. Toggles whether to calculate the theta cutoff for an FDR-adjusted p-value. |
If the argument fdr = TRUE
, this function returns the
empiric cutoff that corresponds to the FDR-adjusted p-value
stored in the @results$FDR
slot.
A cutoff of theta from [0, 1].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.