View source: R/quantile_permuted_rhos.R
quantile_permuted_rhos | R Documentation |
Calculate quantiles for the permuted rho values from the Spearman-rank co-occurrence.
quantile_permuted_rhos(permuted_rhos, p = 0.05, by_treatment = TRUE)
permuted_rhos |
A |
p |
The significance threshold for setting cutoffs. |
by_treatment |
Whether to find the rho cutoffs for each treatment individually or for the entire experiment. Suggested to do by treatment first, to see if there is any treatments that are outliers. |
data.frame
permute_rho
permuted_rhos <- permute_rho(soil_column,
treatment = c('Matrix', 'Treatment'), replicate_samples = 'Day',
permutations = 1, cores = 0)
quantile_permuted_rhos(permuted_rhos)
quantile_permuted_rhos(permuted_rhos, by_treatment = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.