print_moran: Prints results of a Moran's I test

View source: R/print_moran.R

print_moranR Documentation

Description

Prints the results of a Moran's I test on the residuals of a model.

Usage

print_moran(
  model,
  caption = NULL,
  verbose = TRUE
)

Arguments

model

A model fitted with rf(), rf_repeat(), or rf_spatial().

caption

Character, caption of the output table, Default: NULL

verbose

Logical, if TRUE, the resulting table is printed into the console, Default: TRUE

Value

Prints a table in the console using the huxtable package.

See Also

moran(), moran_multithreshold(), get_moran(), plot_moran()

Other model_info: get_evaluation(), get_importance(), get_importance_local(), get_moran(), get_performance(), get_predictions(), get_residuals(), get_response_curves(), get_spatial_predictors(), print.rf(), print_evaluation(), print_importance(), print_performance()

Examples


data(plants_rf)

print_moran(plants_rf)


spatialRF documentation built on Dec. 20, 2025, 1:07 a.m.