05 Constructing hypotheses for two proportions#

import numpy as np
import pandas as pd
from pandas import Series, DataFrame
import matplotlib.pyplot as plt
import seaborn as sns
from scipy import stats, special

khanacademy

Constructing hypotheses for two proportions fig 1Constructing hypotheses for two proportions fig 2