Pascal
Pascal
My team and I are also desperately waiting for a solution to this. Any updates on the progress? Thanks!
Here is another case with two categorical variables. ```python import numpy as np import pandas as pd from scipy.stats import pearsonr import statsmodels.api as sm from pingouin import partial_corr #...
Hey @raphaelvallat, thank you very much for your fast response. In the second example the covariates are not identical to x or y. (The covariates are categorical.) I think that...