plot_correlation_matrix#

obsidian.experiment.advanced_design.plot_correlation_matrix(design, categorical_vars)[source]#

Plot a heatmap of the mixed correlation matrix.

Parameters:
  • design – Design DataFrame.

  • categorical_vars – List of categorical column names (used to select the appropriate correlation measure).