methods.maxent | R Documentation |
predict(), summary(), plot() and var_imp() methods for maxent object
## S3 method for class 'maxent' predict( object, newdata = NULL, thrtype = NULL, clamp = NULL, type = "raw", ... ) ## S3 method for class 'maxent' summary(object, ...) ## S3 method for class 'maxent' plot(x, testdata = NULL, testy = NULL, ...) ## S3 method for class 'maxent' var_imp(object, itype = "both", ...)
newdata |
A data.frame of values to predict. If |
thrtype |
Which thr type to use. Only used if |
clamp |
logical. Apply clamping in prediction? |
type |
One of 'raw' or 'prob'. |
... |
Further arguments to |
x, object |
A model returned by |
testdata |
A data.frame with test values to be use in ROC curve. If |
testy |
A factor of response variable of |
itype |
One of 'contribution', 'permutation' or 'both'. |
predict - return predicted classes or matrix of class probabilities
summary - open report generated by maxent.jar
plot - Plot a ROC curve based in the model
var_imp - Get variable importance for a maxent model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.