A. The 2x2 table for the PSA test is as follows:
| Prostate Cancer | No Prostate Cancer |
Positive Test | 189 | 1400 |
Negative Test | 310 | 262 |
B. Sensitivity = (True Positive) / (True Positive + False Negative)
Sensitivity = 189 / (189 + 310) = 0.378
C. Specificity = (True Negative) / (True Negative + False Positive)
Specificity = 1400 / (1400 + 262) = 0.842
D. Positive Predictive Value (PPV) = (True Positive) / (True Positive + False Positive)
PPV = 189 / (189 + 1400) = 0.119
E. Negative Predictive Value (NPV) = (True Negative) / (True Negative + False Negative)
NPV = 262 / (262 + 310) = 0.458
F. Accuracy = (True Positive + True Negative) / (True Positive + False Positive + True Negative + False Negative)
Accuracy = (189 + 262) / (189 + 1400 + 310 + 262) = 0.465
