VariableImportance: Variable Importance

Description Usage Arguments Details Data type Version Date submitted Author(s) See Also

Description

This module outputs a simple report of the coefficents/importance measures from the model

Usage

1
VariableImportance(.model, .ras, print = TRUE)

Arguments

.model

Internal parameter, do not use in the workflow function. .model is list of a data frame (data) and a model object (model). .model is passed automatically in workflow, combining data from the model module(s) and process module(s), to the output module(s) and should not be passed by the user.

.ras

Internal parameter, do not use in the workflow function. .ras is a raster layer, brick or stack object. .ras is passed automatically in workflow from the covariate module(s) to the output module(s) and should not be passed by the user.

print

If true then the data are returned to console as well as outputted

Details

This module identifies the class of the model object and if it has a known return method for this class it will be applied. If the class is not known it will try the default which is to return the summary of the object.

Data type

presence-only, presence/absence, abundance, proportion

Version

0.1

Date submitted

2016-06-15

Author(s)

Tom August, tomaug@ceh.ac.uk

See Also

Other output: AIC, AUC, Appify, CoefficientPlot, CovHistograms, DataSummary, Deviance, GenerateCovariateReport, InteractiveCovariateMap, InteractiveMap, InteractiveOccurrenceMap, NoOutput, PairPlot, PerformanceMeasures, PredictNewRasterMap, PrintMap, PrintOccurrenceMap, ROCcurve, ReliabilityPlot, ResponseCurveViz, ResponseCurve, ResponsePlot, SameTimePlaceMap, SeparatePA, SurfaceMap


zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.