Description Usage Arguments Details Value Author(s) See Also
View source: R/format_oecosimu_vector.R
Reformat an oecosimu Vector
1 | format_oecosimu_vector(sol, com)
|
sol |
Result of oecosimu when statistic is a vector. |
com |
Community matrix used to calculate oecosimu result. |
Vegan's oecosimu function is used to compare an observed and expected value or values based on a null model. A drawback of the oecosimu summary output is that sample pairs are not named. This function reformats the oecosimu result into a table giving the names of sample pairs, the observed statistic, the expected statistic and its standard deviation based on the null model, the standard effect size, and th probability that the observed and expected values of the statistic are not different. This function is appropriate when the statistic is a vector rather than a distance matrix.
A data frame.
John Quensen
format_oecosimu_dist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.