List containing the following elements:
treeData frame with detection probabilities for every tree and method.
stratum
: stratum identification (coincident with strata of tree.list.tls
). If there are not strata, it will be set as a single stratum encoded as 1 (numeric).
id
: plot identification (coincident with id of tree.list.tls
).
tree
: tree numbering (coincident with tree
of tree.list.tls
).
P.hn
: tree detection probability according to half normal function.
P.hn.cov
: tree detection probability according to half normal function with dbh as covariate.
P.hr
: tree detection probability according to half rate function.
P.hr.cov
: tree detection probability according to half rate function with dbh as covariate.
parametersData frame with parameters estimated for detection functions (see references for understanding their meaning).
P.hn.scale
: scale parameter for half normal function (sigma).
P.hn.cov.scale.intercept
: alpha.0 parameter of scale parameter for half normal function with dbh as covariate.
P.hn.cov.dbh
: alpha.1 parameter of scale parameter for half normal function with dbh as covariate.
P.hr.scale
: scale parameter for half rate function (sigma).
P.hr.shape
: shape parameter for half rate function (b).
P.hr.cov.scale.intercept
: alpha.0 parameter of scale parameter for half normal function with dbh as covariate.
P.hr.cov.dbh
: alpha.1 parameter of scale parameter for half normal function with dbh as covariate.
P.hr.cov.shape
: shape parameter for half rate function with dbh as covariate (b).
AICData frame with Akaike information criterions (AIC) of every detection function fit.
P.hn
: AIC of half normal function fit.
P.hn.cov
: AIC of half normal function with dbh as covariate fit.
P.hr
: AIC of half rate function fit.
P.hr.cov
: AIC of half rate function with dbh as covariate fit.