Ambric.plot_loadings_by_region()

Plot estimated loadings for each region, coloured by broad type.

Usage

Ambric.plot_loadings_by_region(path=None)

Assembles loadings from the posterior and passes them to ~ambric.diagnostics.plot_loadings_by_region(). One panel per region shows all factor, macro, and bridge-signal loadings as a horizontal dot chart with 94 % HDI bars, enabling within-region comparison of the three signal categories.

Parameters

path: Path | None = None

Directory in which to save the figure as SVG. When None the figure is displayed interactively.

Raises

ValueError

If the model has not been fitted yet.