Launches the interactive residual explorer for inspecting residual landscapes generated during DLMO estimation.
Arguments
- dlmo_result
A result object returned by
calculate_dlmo(). The object can have any name in the user's environment and will be made available internally to the Shiny app asdlmo_result.
Value
Launches an interactive Shiny application for exploring residual landscape resulting from hockey-stick model fits.
Details
The app provides interactive visualization of residual surfaces, low-residual clusters, radial profiles, steepness metrics, and reverse gradient ascent paths used to evaluate DLMO solution stability and uniqueness.
The residual explorer is intended for interactive exploration of the residual grid and cluster structure underlying a DLMO estimate.
Example workflow:
res <- calculate_dlmo(...)
run_residual_explorer(res)