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
Copy file name to clipboardExpand all lines: vignettes/aedseo_introduction.Rmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ In the following figure, the simulated data (solid circles) is visualized alongs
174
174
plot(tsd_data)
175
175
```
176
176
177
-
Next, the time series data object is passed to the `aedseo()` function. Here, a window width of $k=5$ is specified, meaning that a total of 5 weeks is used in the local estimate of the exponential growth rate. $na_percentage_allowed = 0.4$ defines how many percentage of the observables in the k window that are allowed to be NA, here 0.4*5 = 20%. Additionally, a 95\% confidence interval is specified. Finally, the exponential growth rate is estimated using quasi-Poisson regression to account for overdispersion in the data.
177
+
Next, the time series data object is passed to the `aedseo()` function. Here, a window size of $k=5$ is specified, meaning that a total of 5 weeks is used in the local estimate of the exponential growth rate. $na_fraction_allowed = 0.4$ defines how large a fraction of observables in the k window that are allowed to be NA, here 0.4*5 = 2 observables. Additionally, a 95\% confidence interval is specified. Finally, the exponential growth rate is estimated using quasi-Poisson regression to account for overdispersion in the data.
0 commit comments