Calculate summary statistics for a single distance distribution
(dd
object), an array of distance distributions all fit to the
same data set (ddArray
), or a list of arrays of distance
distributions fit for different carcass classes but the same site layout
(ddArraycc
).
stats(x, ...)# S3 method for dd
stats(x, extent = "full", zrad = 200, ...)
# S3 method for ddArray
stats(x, extent = "full", zrad = 200, ...)
# S3 method for ddArraycc
stats(x, extent = "full", zrad = 200, ...)
list (or list of lists if x
is ddArray
) with $model
giving the model parameters and $stats
giving the median, and 75th,
90th, and 95th quantiles of carcass distances and the estimated probability
a carcass falls within the search area according to each model
list of models (ddArray
) or single model (dd
) to calculate summary statistics for
ignored
distributions within searched area ("win"
) or extended beyond ("full"
)
maximum distance that carcasses can lie (only used when glm parameters not extensible to Inf)