Closed juan-umana closed 2 months ago
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)
geometric_sd
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)