Skip to contents

Explicit warning: this is a descriptive convention specific to this package, not a recognised disciplinary standard – there is no universal, citable threshold for Moran's I magnitude (it depends on the weight matrix used). Use only as an informal aid, never as citable justification in a formal write-up. method = "moran" results only – Getis-Ord General G's natural range and expected value under H0 differ enough from Moran's I that these same thresholds would not transfer meaningfully (see ?spatial_autocorrelation's "Limitations" section).

Usage

classify_moran(I)

Arguments

I

Numeric. A Moran's I value (e.g. result$statistic from a method = "moran" result).

Value

Invisibly, a character label ("low", "moderate", or "strong").

Details

Function type: Reporting/derived function – summarises or plots the output of another function; it does not compute any new statistic. Not exported – folded into print()/summary() of a "spatial_autocorrelation" object (see ?print.sptrends), the category now shown there for every method = "moran" spatial_autocorrelation() result automatically, without a separate call.

References

See also

Examples

# A moderately positive Moran's I would be labelled by this
# function's own convention as follows (see the "Warning" message it
# prints about that label not being a disciplinary standard) --
# called internally wherever a categorical Moran's I label is
# shown, e.g. spatial_autocorrelation()'s own summary output:
# classify_moran(0.32)