epiverse-trace / epiCo

R package for statistical and spatiotemporal modeling of epidemiological data for vector-borne diseases in Colombia
https://epiverse-trace.github.io/epiCo/
Other
11 stars 0 forks source link

Bug in `geometric_sd` function #143

Closed juan-umana closed 2 weeks ago

juan-umana commented 1 month ago

Please place an "x" in all the boxes that apply


When using the geometric_sd function with the positive method the stopifnot conditional is evalauting the x vector wrongly. It should evaluate: any(x > 0)