Pingouin is an open-source statistical package written in Python 3 and based mostly on Pandas and NumPy.
Questions tagged [pingouin]
17 questions
0
votes
1 answer
Is there a way to run a loop for the pingouin.anova analysis?
I am sure this is simple but I am still learning python. I need help figuring out how to iterate over columns in a pandas dataframe and run the pingouin analysis for each. As of now, I can run
pg.anova(data=df, dv='variable1', between='Group',…

Sterling Wright
- 5
- 2
0
votes
1 answer
Extract r value from pearson correlation data
I am using pingouin stat package to find the correlation between two sets of data, and I then want to check if this correlation is strong. However, I get 5-6 output values, of which only one is r. How do I obtain the r out of the output…

Earlybird
- 31
- 1
- 3