edebroux / intro-data-capstone-musclehub

0 stars 0 forks source link

not all are p-values #4

Open sen1 opened 6 years ago

sen1 commented 6 years ago

https://github.com/edebroux/intro-data-capstone-musclehub/blob/6ad8ddd4072ae81cf67414d0ddd68e05383fe39e/Capstone%20Project%202%20De%20Broux/biodiversity.py#L279-L282

For a reader who does not know the details of that function would not know which one is the pvalue. So be explicit:

_, pval, _, _ = chi2_contingency(contingency)