Abschnitt 3. Kapitel 3
single
Challenge: Comparing Experimental Groups
Swipe um das Menü anzuzeigen
Aufgabe
Swipe to start coding
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 3
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen