Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 725 Bytes

File metadata and controls

14 lines (9 loc) · 725 Bytes

Hypothesis Testing : Education has an effect on income

Doing hypothesis concept to check if there's any relation between income and education with using marketing_campaign as a dataset

With this article, lemme show you how to interpret a simple hypothesis testing concept using marketing_campaign.csv as a dataset. In this case you will also have a value of descriptive statistic (ex : mean, median, mode, variance, std, etc)

For hypothesis testing concept i use income and education to see if there's any relationship and also used annova method with 5% alpha.

Requirement

pandas, numpy, scipy.stats

Link for google.collab link