Suppose we want to fit an exponential growth model on some disease outbreak, should we use the cumulative count or incidents per day count?
According to my understanding we should use the cumulative count, as in this post, But why the source code of R0 package is not using cumulative?