rhrTTSI: Estimate Time To Statistical Independence (TTSI)

Description Usage Arguments Value References See Also

View source: R/rhrTTSI.R

Description

This a wrapper around rhrSchoener to calculate time to statistical indpendence from a series of intervals.

Usage

1
2
rhrTTSI(track, interval = min(diff(as.numeric(rhrTimes(track)))),
  ntimes = 3, ...)

Arguments

track

Object inheriting from RhrTrackST.

interval

Numeric scalar, initial interval considered in seconds.

ntimes

Numeric scalar, the number of times the critical value needs to be exceeded in order to reach independence.

...

arguments passed to rhrSchoener.

Value

list with the original data, the intervals considered, if and when time to statistical independence was reached and the call.

References

Swihart, R. and Slade N. 1985, Testing for indpendence of observations in animal movement, Ecology, 66(4), 1176 - 1184

See Also

rhrTrack for fruther details and examples on how to create a RhrTrack* object.


jmsigner/rhr documentation built on June 26, 2020, 8:59 a.m.