Open william-denault opened 9 months ago
@william-denault The error message says to check that the variance of y is zero, and indeed it is zero in your example:
> i
[1] 429
> var(y)
[1] 0
One issue perhaps is that this step has no effect when y has no variance:
y <- y + rnorm( N, sd= 1*( sd(y)))
Hello,
As suggested by @stephens999 , I am opening an issue about that.
If you run the script below for a couple of minutes it will crash and output