View source: R/identify_env_test.R
identify_env_test | R Documentation |
This function tests the accuracy of the environment estimation
identify_env_test(com, group, times = 999, n = 5, alfa = 0.05)
com |
The community data used to select indicator species. |
group |
Vector of the sample grouping of the community data. |
times |
to repeat the test. |
n |
Subsample size. |
alfa |
Significance level used for the test. |
A list with the accuracy of the estimation for each group.
data(soilandfauna)
# Select community (species) data
com <- soilandfauna[,18:60]
# Select grouping factor
group <- soilandfauna[,1]
identify_env_test(com, group, times = 100, n = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.