ggInteract_list | R Documentation |
Function to return the interactions size for a given boosted regression trees obtained with the gbm.step routine in the dismo package.
ggInteract_list(gbm.object, index = T, global.env = F)
gbm.object |
a gbm.step object (object of S3 class gbm) |
index |
Logical. If TRUE (default) returns the interactions table with the index of each predictors in addition to their names |
global.env |
Logical. If TRUE (default FALSE) exports the result into the R global environment as an object called Interact_list. Be aware of the critics of exporting to the global environment |
Returns a dataframe with the interaction sizes ranked from largest to smallest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.