Performs image regression analysis on two input images.
image_regression(input1, input2, output, out_residuals = NULL,
standardize = FALSE, verbose_mode = FALSE)
Input raster file (independent variable, X).
Input raster file (dependent variable, Y).
Output HTML file for regression summary report.
Output raster regression resdidual file.
Optional flag indicating whether to standardize the residuals map.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.