R/SShDBoot.R

Defines functions SShDBoot

SShDBoot <- function(Sex, Indices, Coords) { ## Statistic for SShD bootstrap
  SShD <- SShDLM(Coords = Coords[Indices, , drop = F], Sex = Sex[Indices], Zeroed = F)
  SShD
}
TWilliamBell/angler documentation built on March 31, 2022, midnight