View source: R/threshold_data.R
threshold_data | R Documentation |
Threshold data Thresholds the data according to the corresponding multiple testing correction. This function is used internally.
threshold_data(
perm_results,
alpha_local,
alpha_global,
data_dim,
null_distribution
)
perm_results |
object created from perm_dist function. Contains the distribution of maxT and STCS AND the matrix obtained from applying a hypothesis test at each grid cell. |
alpha_local |
significance threshold at the grid cell level. |
alpha_global |
desired overall significance level |
data_dim |
dimesions of original data. Used for calculating df for t distributed test statistics, ignored if the test statistic is normal |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.