Learn R Programming

dwp (version 1.1)

stats: Display a Tables of Summary Statistics for Distance Distributions

Description

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).

Usage

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, ...)

Value

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

Arguments

x

list of models (ddArray) or single model (dd) to calculate summary statistics for

...

ignored

extent

distributions within searched area ("win") or extended beyond ("full")

zrad

maximum distance that carcasses can lie (only used when glm parameters not extensible to Inf)