test_rangeshift {marcher}R Documentation

Range shift hypothesis tests

Description

Three tests for three hypotheses to test on fitted range shifts: Was the range shift significant? Did an animal that performed two consecutive seasonal migrations return to the same location it began? Was there a stopover during a migration?

Usage

test_rangeshift(FIT, verbose = TRUE)

test_return(FIT, verbose = TRUE)

test_stopover(FIT, verbose = TRUE)

Arguments

FIT

a fitted range shift (output of estimate_shift)

verbose

whether to print verbose message

Value

Outputs a summary of the test results and returns a list of test results including:

Functions


[Package marcher version 0.0-2 Index]