セクション 3. 章 3
single
Challenge: Comparing Experimental Groups
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Implement a function that takes a DataFrame with columns 'group' and 'outcome', and performs an independent t-test comparing the 'outcome' between groups 'A' and 'B'.
- Extract the
'outcome'values for group'A'and group'B'from the DataFrame. - Use
scipy.stats.ttest_indto perform an independent t-test between the two groups. - Return the t-statistic and p-value as a tuple.
- Print an interpretation stating whether the difference is statistically significant at p < 0.05.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください