Al Y. answered 07/03/21
Data Scientist with several years in Business data analysis
Let's assume the population follows Binomial distribution. For n=398 and x=281, we have a proportion of interest of p=x/n=0.706. The equation for the Binomial confidence interval is given by the Wald interval:
( p - z1-∝/2 √p(1-p)/n , p + z1-∝/2 √p(1-p)/n ) where z1-∝/2 is the z value for the desired level of confidence. In this case, z value for 90% CI is 1.64, therefore the confidence interval is (0.66, 0.74).