Generate a Variable Importance Table for GDM Models
gdm_varimp_table.Rd
This function generates a table displaying the variable importance for Generalized Dissimilarity Models (GDM).
It can take either a gdmData
object or a precomputed variable importance object and outputs a formatted table.
Arguments
- varimp
a
gdmData
object or a variable importance object created by running gdm.varImp.- digits
number of digits to include (defaults to 2)
- summary_stats
whether to add summary statistics to bottom of table (defaults to TRUE).
- nPerm
number of permutations to use if
varimp
is agdmData
object. Default is 50.- geo
whether to include geographic distance in the GDM model. Default is TRUE.