When
bs <- chao_bootstrap(decoris.final, nreps = 1000)
is run, I am able to use
bs.D <- summarise_bootstrap(bs, D_Jost)
without any errors, but when the method is changed to Gst_Hedrick, the following error is generated:
bs.G <- summarise_bootstrap(bs, Gst_Hedrick)
Error in quantile.default(B, c(0.025, 0.975)) :
missing values and NaN's not allowed if 'na.rm' is FALSE
No object is saved during this process.