What you need to do is to test for Population proportions (large sample size).
Statistics involving population proportion often have sample size that is large (n=>30), therefore the normal approximation distribution and associated statistics is used to determine a test for whether the sample proportion(blood pressure of those who died) = population proportion(everyone who had the disease including those that died).
That is, when the sample size is greater than or equal to 30 we can use the z-score statistics to compare the sample proportion against the population proportion using value of the sample standard deviation p-hat, to estimate the sample standard deviation, p if it is not known.
The sample distribution of P (proportion) is approximately normal with a mean or expected value, E(P) = p-hat and standard error, sigma(r)=sqrt(p*q/n) .
The following are the likely test hypothesis questions one may ask when comparing two proportions:
- (Two-tailed test)
H0: p-hat = p vs
H1 : p-hat not equal to p
- (Right-tailed test)
H0: p-hat = p vs
H1 : p-hat > p
- (Left-tailed test)
H0: p-hat = p vs
H1 : p-hat < p
The statistics used to test for large sample size are;
The test statistics is related to the standard normal distribution:
The z-score statistics for proportions
p-hat-p/sqrt(pq/n)
, where p = proportion estimate, q=1-p and is the population proportion.
Proportion mean is:
np/n= p-hat = x/n
Standard deviation:
= sqrt(npq/n)=sqrt(pq/n)
Decision rules:
Upper-Tailed Test (): (H0: P-hat >=P)
Accept H0 if
Z<=Z(1-alpha)
Reject H0 if
Z>Z(1-alpha)
Lower-Tailed Test (Ha: P-hat<=P):
Accept H0 if
Z>=Z(1-alpha)
Reject H0 if
Z
Two-Tailed Test (Ha:P-hat not equal to P):
Accept H0 if
Z(alpha/2)<= Z <=Z(1-alpha/2)
Reject H0 if
Z < Z(alpha/2) or if Z > Z(1-alpha/2)