Skip to content
Prev 384026 / 398502 Next

How to use R0 package?

This is getting off-topic here but R0 is a mathematical parameter unrelated to calendar dates. It arises when analyzing case counts (integers) as a function of the numerical measure of time since some non-trivial number of cases has occurred (conventionally this measure is in days)..

dta$days <- as.numeric( dta$date - startdate, units="days" )
On May 22, 2020 5:31:48 AM PDT, Luigi Marongiu <marongiu.luigi at gmail.com> wrote: