View source: R/forward_selection_function.R
forward_selection | R Documentation |
This function takes a matrix of variables and excludes those who are not important in explaining species occurrence. If no variables are important, it does not exclude any variables. It uses the function forward.sel() from package adespatial.
forward_selection(Y, X, permutations = 9999)
Y |
A matrix of response variables |
X |
A matrix of predictor variables from variables will be selected. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.