iaImport | R Documentation |
Test importance of interaction terms in Maxent or omniscient model
iaImport( model, vars, sim, perms, testPres, testContrast, predPres = NULL, predContrast = NULL, b0 = NA, b1 = NA, b2 = NA, b11 = NA, b12 = NA, mu1 = NA, mu2 = NA, sigma1 = NA, sigma2 = NA, rho = NA, ... )
model |
Either a MaxEnt object or function object. |
vars |
Character vector, names of variables of which to test interactions. |
sim |
Object of class |
perms |
Positive integer, number of times to permute data. |
testPres |
Data frame with environment at test presence sites. |
testContrast |
Data frame with environment at test background or absence sites. |
predPres |
Predictions at test presences (if |
predContrast |
Predictions at test background or absence sites (if |
b0 |
Numeric, parameters for |
b1 |
Numeric, parameters for |
b2 |
Numeric, parameters for |
b11 |
Numeric, parameters for |
b12 |
Numeric, parameters for |
mu1 |
Numeric, parameters for |
mu2 |
Numeric, parameters for |
sigma1 |
Numeric, parameters for |
sigma2 |
Numeric, parameters for |
rho |
Numeric, parameters for |
... |
Arguments to pass to |
Data frame with values of AUC (area under the receiver-operator curve), CBI (Continuous Boyce Index), and the Pearson correlation coefficient between predictions from the model with data as-observed and predictions with each variable permuted in turn. Permutations an be performed before the values are multiplied or after they are multiplied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.