Hi Kris,
As explained in the function documentation:
The error "estimated adjustment 'w' is infinite" means that the estimated
adjustment ‘w’ for the "bca" interval is infinite, which can happen when
the empirical influence values are zero or very close to zero. This can
be caused by various reasons, such as:
The number of bootstrap replicates is too small, the statistic of interest
is constant or nearly constant across the bootstrap samples, the data
contains outliers or extreme values.
You can try some possible solutions, such as:
Increasing the number of bootstrap replicates, using a different type of
bootstrap confidence interval or removing or transforming the outliers or
extreme values.
You can access function documentation by typing in the R console: help(function_name) or ?function_name
Cheers,
Luis