Hello!
I did some parts of assignment 7. When I try to get bca confidence interval, the program returns error saying that
Error in bca.ci(boot.out, conf, index[1L], L = L, t = t.o, t0 = t0.o, :
estimated adjustment 'w' is infinite
or it shows the error
Error in bca.ci(boot.out, conf, index[1L], L = L, t = t.o, t0 = t0.o, :
estimated adjustment 'a' is NA
I used nonparametric bootstrapping, 1000 times, on 5000 maximum angular differences. I searched online about the error message. People said that bootstrapping replication is not large enough. That's why the error appears. I am not sure that's the case. What are some possible causes about this error?
Thank you!