You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to find out why this is a problem and how to eliminate them. -
521
-
WARN [2025-08-26 01:46:34] epinow: Examine the pairs() plot to diagnose sampling problems
522
-
-
523
-
WARN [2025-08-26 01:46:38] epinow: Tail Effective Samples Size (ESS) is too low, indicating posterior variances and tail quantiles may be unreliable.
524
-
Running the chains for more iterations may help. See
525
-
https://mc-stan.org/misc/warnings.html#tail-ess -
526
-
```
527
-
528
-
```r
529
542
summary(ebola_estimates)
530
543
```
531
544
532
545
```output
533
-
measure estimate
534
-
<char> <char>
535
-
1: New infections per day 92 (49 -- 185)
536
-
2: Expected change in reports Increasing
537
-
3: Effective reproduction no. 1.6 (1.2 -- 2.4)
538
-
4: Rate of growth 0.04 (0.0038 -- 0.083)
539
-
5: Doubling/halving time (days) 17 (8.3 -- 180)
546
+
measure estimate
547
+
<char> <char>
548
+
1: New infections per day 91 (48 -- 189)
549
+
2: Expected change in reports Increasing
550
+
3: Effective reproduction no. 1.6 (1.2 -- 2.4)
551
+
4: Rate of growth 0.041 (0.0036 -- 0.087)
552
+
5: Doubling/halving time (days) 17 (8 -- 190)
540
553
```
541
554
542
-
The effective reproduction number $R_t$ estimate (on the last date of the data) is 1.6 (1.2 -- 2.4). The exponential growth rate of case numbers is 0.04 (0.0038 -- 0.083).
555
+
The effective reproduction number $R_t$ estimate (on the last date of the data) is 1.6 (1.2 -- 2.4). The exponential growth rate of case numbers is 0.041 (0.0036 -- 0.087).
0 commit comments