CoefficientPlot: Plot estimated coefficients from LogisticRegression

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

Description

This module plots the estimated coefficients from the LogisticRegression module and returns the summarised model object

Usage

1
CoefficientPlot(.model, .ras)

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.

Details

The module outputs a point plot of coefficient estimates from the LogisticRegression module. Coefficients with a p-value <= 0.05 are identified on the graph. The summary glm object is returned in the console. This module is only implemented for the LogisticRegression model module.

Data type

presence/absence

Version

0.3

Date submitted

2017-05-09

Author(s)

Liz Martin, emartin@student.unimelb.edu.au

See Also

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


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