Description Usage Arguments Details Data type Version Date submitted Author(s) See Also
View source: R/ReliabilityPlot.R
Returns a reliability plot of the discritised predictions versus obserations as well as the a vector of the intercept, gradient, and r-squared for further interpretation
1 | ReliabilityPlot(.model, .ras, n_bins = 20)
|
.model |
Internal parameter, do not use in the workflow function. |
.ras |
Internal parameter, do not use in the workflow function. |
n_bins |
An integer greater than 1 indicating the number of bins for predictions and obsertions |
We can analyse the linear model of predictions versus observations for bias in our predictions. A gradient on 1 and and intercept of 0 indicate a perfect fit - the predictions equal the observations. An intercept less than 0 indicated that, on average, our model underpredicts. Greater than 0 indicates over-prediction, on average.
presence-only, presence/absence, presence/background
0.1
2018-02-27
Liz Martin, lizmartinresearch@gmail.com
Other output: AIC, AUC,
Appify, CoefficientPlot,
CovHistograms, DataSummary,
Deviance,
GenerateCovariateReport,
InteractiveCovariateMap,
InteractiveMap,
InteractiveOccurrenceMap,
NoOutput, PairPlot,
PerformanceMeasures,
PredictNewRasterMap,
PrintMap, PrintOccurrenceMap,
ROCcurve, ResponseCurveViz,
ResponseCurve, ResponsePlot,
SameTimePlaceMap, SeparatePA,
SurfaceMap,
VariableImportance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.