powered by
Compute different statistics (standardized by the distribution of random values).
null_model_distribution_stats( observed_value, random_values, significance_threshold = c(0.05, 0.95), remove_nas = TRUE )
a list corresponding to :
the observed value
quantile values (minimum significance threshold)
quantile values (maximum significance threshold)
significance (observed value not in quantile values)
the random Values
the array of values used to compute the quantile (c(0.025, 0.975) by default)
boolean - tells weither to remoe NAs or not
null_model_distribution_stats( observed_value = 2, random_values = c(1, 4, 5, 6, 8), significance_threshold = c(0.025, 0.975) )
Run the code above in your browser using DataLab