Other parts: rootclaim.
Kirsch published his sixth round of arguments in the Rootclaim debate
in June 2025:
https://
He repeated many arguments I had already debunked in parts 1 to 3:
I'll address his new arguments in the following sections.
Kirsch posted the plot below and wrote:
The people getting Dose 2 are drawn from the Dose 1 recipients. If there is a 1%/day HVE effect, we'd see it because the Dose 1 cohort would have decreasing deaths over time to mirror the increasing deaths in Dose 2 because HVE is a zero sum game.
Check it out: flat line for Dose 1 (orange curve). And since Dose 1 cohort is small, leaving those people behind would create a massive effect, much larger than the impacts on Dose 2 because it's a transfer of an absolute number of people because HVE is a zero sum game on absolute counts.
I tried to reproduce his plot here:
t=fread(" Otevrena- data- NR- 26- 30- COVID- 19- prehled- populace- 2024- 01. csv. gz") t[ Umrti! =" " & DatumUmrtiLPZ==" ", DatumUmrtiLPZ: =Umrti] t=t[ DatumUmrtiLPZ! =" "] t=t[ DatumUmrtiLPZ> =pmax( Datum_ Prvni_ davka, Datum_ Druha_ davka, Datum_ Treti_ davka)] t[, dose: =0] t[ Datum_ Prvni_ davka! =" " & Datum_ Prvni_ davka< =" 2021- 24", dose: =1] t[ Datum_ Druha_ davka! =" " & Datum_ Druha_ davka< =" 2021- 24", dose: =2] t2=t[ Infekce% in% c( NA, 1)] a=t[,.( coviddead=. N),.( dose, week=Umrti)] a=merge( t2[,.( dead=. N),.( dose, week=DatumUmrtiLPZ)], a, all=T) a[ is. na( a)] =0 weeks=data. table( date=as. Date( " 2019- 1- 1")+( 0: 3e3))[, week: =format( date, "% G-% V")][ rowid( week) ==4, setNames( date, week)] p=a[ week! =" ",.( x=weeks[ week], y=c( dead, pmax( 0, dead- coviddead)), z=rep( 1: 2, each=. N), dose)] p[, z: =factor( z,, c( " All causes", " Not COVID"))] p[, dose: =factor( dose,, c( " Unvaccinated", " Dose 1", " Dose 2"))] p[ y==0, y: =NA] xstart=as. Date( " 2020- 1- 1"); xend=as. Date( " 2025- 1- 1"); xbreak=seq( xstart+ 182, xend, " year"); xlab=year( xbreak) ystart=0; yend=max( p$ y, na. rm=T); ybreak=pretty( p$ y, 6) ggplot( p)+ geom_ hline( yintercept=c( ybreak[ ybreak< yend], yend), color=" gray87", linewidth=. 4, lineend=" square")+ geom_ vline( xintercept=seq( xstart, xend, " year"), color=" gray87", linewidth=. 4, lineend=" square")+ geom_ vline( xintercept=weeks[ " 2021- 24"], linewidth=. 4, linetype=" 22")+ geom_ line( aes( x, y, color=dose, alpha=z), linewidth=. 6)+ labs( x=NULL, y=NULL, title=" Weekly deaths in Czech Republic")+ annotate( geom=" text", x=weeks[ " 2021- 27"], label=" Week 24 of 2021 (vaccine doses\ nadministered on later weeks are ignored) ", y=yend*.