Re: COVID-19
Posted: Mon Nov 09, 2020 4:52 pm
For the first half try multiplying the deaths by ~10 and for the second half try ~100. In any case, this factor (basically 1/CFR) is also a parameter which needs to be fit along with the lag.
I should have said. that is lag log(deaths) v log(cases)?
As I've just clarified to eejaytee. I've been working in logs.shpalman wrote: Mon Nov 09, 2020 4:52 pm For the first half try multiplying the deaths by ~10 and for the second half try ~100. In any case, this factor (basically 1/CFR) is also a parameter which needs to be fit along with the lag.
Yes. We should be sceptical about data.jimbob wrote: Mon Nov 09, 2020 7:43 pm If you look at linear plots on different scales for deaths and cases, you can see the clipping of the cases due to testing capacity in the first wave.
Screenshot 2020-11-09 193955.png
I think it's hard to predict where the peak would have been with a varying and increasing testing capacity altering the case data (and the deaths data as well for this 28-day definition)
linkJosiahStamp wrote:The government are very keen on amassing statistics. They collect them, add them, raise them to the nth power, take the cube root and prepare wonderful diagrams. But you must never forget that every one of these figures comes in the first instance from the village watchman, who just puts down what he damn pleases.
Since it's not possible for there to be no lag, either or both of the figures are systematically wrong. While we can be pretty certain that sombody reported as dead really is dead, the other aspects are not so certain, so:KAJ wrote: Mon Nov 09, 2020 2:38 pm I really am surprised. I don't understand how there can not be a lag between positive cases and deaths. Any comments?
The COVID.JOINZOE.COM data said that the peak in symptoms was 1st April.bolo wrote: Tue Nov 10, 2020 2:59 am Are your case data based on the date of the positive test, or on the date of first symptoms?
The clearest lag should be between initial infection and death. That being impossible, the next clearest lag should be between first symptoms and death. If that isn't what you've got, then it makes sense for there to be a less clear lag between symptoms-bad-enough-to-get-tested and deaths.
I've used the UK government data at coronavirus.data.gov.uk where you can read a full description of the data and download it in sections. If you want to get the same variables I used (updated to date) in one set this URL longURL should download it as a CSV. I import it directly into Google Sheets using IMPORTDATA(). For R, building on the code on that site I have a function to import it as a dataframe, code available on request, no warranty or support.bolo wrote: Tue Nov 10, 2020 2:59 am Are your case data based on the date of the positive test, or on the date of first symptoms?
The clearest lag should be between initial infection and death. That being impossible, the next clearest lag should be between first symptoms and death. If that isn't what you've got, then it makes sense for there to be a less clear lag between symptoms-bad-enough-to-get-tested and deaths.
Having escaped the rabbit hole into which I fell estimating lag, looking at the latest (yesterday's) data suggests deaths may have begun to plateau - perhaps a bit later than my 14 day estimate of the case:death lag.KAJ wrote: Sun Nov 08, 2020 9:04 amYes. Covid deaths are defined as within 28 days of the first positive test result. When I have time I'll compare death growth rates with case growth rate 28 days before. Now I have the tools (R and Rstudio, another hat-tip to sTeamTraen) and ready access to the data that's easy - but Mrs KAJ looks at me when I spend too long calculatingAMS wrote: Sun Nov 08, 2020 8:51 amThat's as expected, isn't it? The lag in deaths v cases will mean the effect on the deaths curve will take longer to come through.KAJ wrote: Sat Nov 07, 2020 11:15 pm
The rate of increase of cases is slowing (see my post above). Deaths (by date of death, not date published) are still rising exponentially.![]()
Yes, the rise in deaths by date published doesn't have much evidence of slowing down - but that trend has a lot of noise from reporting delays.Woodchopper wrote: Tue Nov 10, 2020 7:32 pm 532 today. Ouch.
Its a Monday so some catch up. But still, through the 500 reported in one day threshold.
KAJ wrote: Tue Nov 10, 2020 9:49 amI've used the UK government data at coronavirus.data.gov.uk where you can read a full description of the data and download it in sections. If you want to get the same variables I used (updated to date) in one set this URL longURL should download it as a CSV. I import it directly into Google Sheets using IMPORTDATA(). For R, building on the code on that site I have a function to import it as a dataframe, code available on request, no warranty or support.bolo wrote: Tue Nov 10, 2020 2:59 am Are your case data based on the date of the positive test, or on the date of first symptoms?
The clearest lag should be between initial infection and death. That being impossible, the next clearest lag should be between first symptoms and death. If that isn't what you've got, then it makes sense for there to be a less clear lag between symptoms-bad-enough-to-get-tested and deaths.
To answer your question, the analysis in my recent posts was based on positive cases by date of sample (SpecCases) and deaths by date of death (DeathDates). I consider that data more meaningful than by date of publication, which is more commonly quoted and is also available on that site and in the data set downloaded by that link.
I'm happy that the lack of apparent lag in Spring is explained by inadequate data as demonstrated by jimbob (Nov 09, 2020 7:43 pm), and the lag in the last couple of months is about 14 days. I'm not convinced that a more precise value is possible or meaningful.
sTeamTraen wrote: Tue Nov 10, 2020 9:43 pm In contrast to deaths, UK daily new cases have basically been static for the last three weeks (RHS of attached plot; apologies for the rudimentary graphics). This seems a bit strange, when compared to other countries that are either only just levelling off if they brought in a lockdown before or roughly at the same time as UK (Ireland, Belgium, Netherlands, France) or which are still seem to be out of control (Czechia, Poland, Italy).
This could suggest either than the tier 2 and 3 lockdowns were having an effect, or that the UK's effective test capability (which should probably be measured in positive tests that can be caught per day, rather than total tests) has been maxed out. It's probably too early to tell between those two (and, of course, any other possible explanations for 10 or 20% of the variance, give the ongoing "fog of war"), because deaths continuing to increase for a while would be plausible in either scenario.
Untitled.png
Daily hospital admissions seem to have plateaued. So long as there isn’t a reporting lag over the weekend. https://coronavirus.data.gov.uk/details/healthcarejimbob wrote: Tue Nov 10, 2020 9:57 pmsTeamTraen wrote: Tue Nov 10, 2020 9:43 pm In contrast to deaths, UK daily new cases have basically been static for the last three weeks (RHS of attached plot; apologies for the rudimentary graphics). This seems a bit strange, when compared to other countries that are either only just levelling off if they brought in a lockdown before or roughly at the same time as UK (Ireland, Belgium, Netherlands, France) or which are still seem to be out of control (Czechia, Poland, Italy).
This could suggest either than the tier 2 and 3 lockdowns were having an effect, or that the UK's effective test capability (which should probably be measured in positive tests that can be caught per day, rather than total tests) has been maxed out. It's probably too early to tell between those two (and, of course, any other possible explanations for 10 or 20% of the variance, give the ongoing "fog of war"), because deaths continuing to increase for a while would be plausible in either scenario.
Untitled.png
If you look at the positivity ratio for tests, I think it suggests that cases are indeed leveling off (just as they did in Spain).
It makes sense that the tier-3 restrictions would have an impact - and because of the exponential nature, would have more of an impact on the numbers increasing.
It looks (ASSUMPTION ALERT!) as if the data is reported after a lag but with the appropriate date, and the plateau is quite clear.Woodchopper wrote: Tue Nov 10, 2020 10:51 pm Daily hospital admissions seem to have plateaued. So long as there isn’t a reporting lag over the weekend. https://coronavirus.data.gov.uk/details/healthcare
This is interesting in relation to that.sTeamTraen wrote: Tue Nov 10, 2020 9:43 pm In contrast to deaths, UK daily new cases have basically been static for the last three weeks (RHS of attached plot; apologies for the rudimentary graphics). This seems a bit strange, when compared to other countries that are either only just levelling off if they brought in a lockdown before or roughly at the same time as UK (Ireland, Belgium, Netherlands, France) or which are still seem to be out of control (Czechia, Poland, Italy).
This could suggest either than the tier 2 and 3 lockdowns were having an effect, or that the UK's effective test capability (which should probably be measured in positive tests that can be caught per day, rather than total tests) has been maxed out. It's probably too early to tell between those two (and, of course, any other possible explanations for 10 or 20% of the variance, give the ongoing "fog of war"), because deaths continuing to increase for a while would be plausible in either scenario.
Untitled.png
Hmm. A retired engineer tweeting outside his area of expertise and saying things like...jimbob wrote: Wed Nov 11, 2020 8:32 am This is interesting in relation to that.
https://twitter.com/PienaarJm/status/13 ... 87968?s=20
... doesn't inspire me to join Twitter to hear more.... many are calling into question the use of PCR tests to measure infection. It also goes much deeper than this once you start to examine germ theory itself.
TBF germ theory has only been around since the 19th Century, whereas Hippocrates bodily humours dates back to the Iron Age, so why the unseemly rush to embrace something just because it is trendy and new-fangled.
Further, even a very quick look at the published data indicates thatKAJ wrote: Wed Nov 11, 2020 9:06 amHmm. A retired engineer tweeting outside his area of expertise and saying things like...jimbob wrote: Wed Nov 11, 2020 8:32 am This is interesting in relation to that.
https://twitter.com/PienaarJm/status/13 ... 87968?s=20... doesn't inspire me to join Twitter to hear more.... many are calling into question the use of PCR tests to measure infection. It also goes much deeper than this once you start to examine germ theory itself.
I meant the reply - which showed a nice correlation between cases and hospitalisations.KAJ wrote: Wed Nov 11, 2020 9:06 amHmm. A retired engineer tweeting outside his area of expertise and saying things like...jimbob wrote: Wed Nov 11, 2020 8:32 am This is interesting in relation to that.
https://twitter.com/PienaarJm/status/13 ... 87968?s=20... doesn't inspire me to join Twitter to hear more.... many are calling into question the use of PCR tests to measure infection. It also goes much deeper than this once you start to examine germ theory itself.
The position of the frootloops seems to be that there is a steadily increasing percentage of false positive tests *in hospitals* --- which, as I think you were among the first to point out, would mean that some other pathogen is putting people in hospital with symptoms very like COVID-19 and we don't even have a test for it!jimbob wrote: Wed Nov 11, 2020 10:10 am I meant the reply - which showed a nice correlation between cases and hospitalisations.
Indeed - it was the nice shifting and the turning points I found interesting in those graphssTeamTraen wrote: Wed Nov 11, 2020 11:45 amThe position of the frootloops seems to be that there is a steadily increasing percentage of false positive tests *in hospitals* --- which, as I think you were among the first to point out, would mean that some other pathogen is putting people in hospital with symptoms very like COVID-19 and we don't even have a test for it!jimbob wrote: Wed Nov 11, 2020 10:10 am I meant the reply - which showed a nice correlation between cases and hospitalisations.