TBFPC.get_test_results# TBFPC.get_test_results(x, y)[source]# Return ΔBIC diagnostics for the unordered pair (x, y). Parameters: xstrName of the first variable in the pair. ystrName of the second variable in the pair. Returns: list[dict[str, float]]Each dictionary contains bic0, bic1, delta_bic, logBF10, BF10, and the conditioning set used during the test. Examples stats = model.get_test_results("A", "Y")