| jacknife {FLCore} | R Documentation |
The jacknife method sets up objects ready for jacknifing, i.e. to systematically recompute a given statistic leaving out one observation at a time. From this new set of "observations" for the statistic an estimate for the bias can be calculated as well as an estimate for the variance of the statistic.
Input objects cannot have length > 1 along the iter dimension, and the resulting
object will have as many iterations as elements in the original object.
jacknife(object, ...)
iteration one element has been sequantally converted to NA.The FLR Team
flq <- FLQuant(1:8) iters(jacknife(flq))