Can you make a Sankey graph / funnel infographic that shows the different stages that a case can go through, and then for each case stage, you find the number of observations and means in our data that we have available at each stage?
So we'd have: cases filed, cases administratively closed, cases settled, cases that go to a hearing, cases that go to court. under "cases settled" we'd have "N = 5,000" or whatever the right number is.
Hi Jacob --
Can you make a Sankey graph / funnel infographic that shows the different stages that a case can go through, and then for each case stage, you find the number of observations and means in our data that we have available at each stage?
I'd like it to look something like this: https://bjs.ojp.gov/media/image/45506 (but MUCH MUCH simpler).
So we'd have: cases filed, cases administratively closed, cases settled, cases that go to a hearing, cases that go to court. under "cases settled" we'd have "N = 5,000" or whatever the right number is.
You may be able to use google slides or a online Sankey diagram maker for this. OR in Stata, you could use this command: https://github.com/asjadnaqvi/stata-sankey
Lmk if you have more questions.