calc.derived: Calculates a bunch of derived statistics from model.

Description Usage Arguments Details

Description

Calculates a one of a variety of derived statistics from model (see below).

Usage

1
calc.derived(stat, hmmlt, obs = 1:dim(hmmlt$xy)[1])

Arguments

stat

the statistic name (character variable).

hmmlt

the model (as ouput by est.hmltm.

obs

indices of rows of hmmlt$xy (i.e. which observations) to use in calculating the statistics.

Details

The following are the options for argument stat:

esw:

effective strip width estimate.

invesw:

inverse effective strip width estimate.

p0:

estimated probability of detection at perpendicular distance zero.

p:

estimated mean probability of detection.

invp:

estimated inverse mean probability of detection.


DistanceDevelopment/hsltm documentation built on June 21, 2019, 2:22 p.m.