Last Time | Next Time |
I've created a page of the zooms and the play-by-plays.
I've had a couple of questions about this assignment:
You're going to need to do the following: visit imath.nku.edu, and
Ironically, I learned it just moments after doing the play-by-play for this discussion of breast cancer. Argh....
So you'll have a reading to do.
I'd like to end things on a story that came out today from New South Wales, Australia on the relationship between vaccination status and severe outcomes with Covid.
People in my cohort are 25 times more likely to have a severely negative outcome (death or ICU) if they are unvaccinated.
We can build a binary tree using the data provided to see what the results are overall. It's all contained in one figure.
In particular we're going to focus a bit on the two types of errors we make: false positives, and false negatives.
Except it's organized in a different way: so let me show you how to relate it to our trees.
The first thing is to understand their vocabulary. While we both talk about "false positives" and "false negatives", they add "sensitivity" and "specificity" into the mix.
Our perfect, binary trees of depth two have four leaves. Each of these leaves can be given a name: "false positives", "false negatives", "true positives", and "true negatives".
But they've laid their calculator out like a table:
B+ | B- | |
T+ | True positive | False positive |
T- | False negative | True negative |
\[ sensitivity = \frac{\textrm{true positive}}{\textrm{true positive + false negative}} \] and \[ specificity = \frac{\textrm{true negative}}{\textrm{true negative + false positive}} \]
As usual, we're going to start by drawing some pictures of the situations -- the trees.
That's actually includes all positives, of course, including those who are actually false positives.
Let's assume that there are is a cohort of 1000 Cornell undergraduate students, and that the Covid rate is 2%. We'll use "sensitivity=.70" and "specificity=.95" that the authors of the BMJ article used.
Now we'll build our tree, and answer the question of the day:
Testing Wisely: use the numbers from our examples and you should see our results pop out: