Hypothetically, I have three tests that can determine if someone has cancer or doesn't have cancer. A True positive would indicate that the person doesn't have cancer. Below is a description of each test.
Test 1: TP=.7 , FN = .3 , FP= .1 , TN = .9 , Accuracy = 80%
Test 2: TP=.8 , FN = .2 , FP=...