sampleAlternatives: sampleAlternatives

Description Usage Arguments Value

Description

Function to calculate possible regimes in terms of number of replicates, number of localities and number of replicates per locality. This calculates possible survey regimes given the possible resampling times that results in a balanced data set. This hinges on only two parameters, the total timespan of the entire survey, the yearly survey capacity of locations.

Usage

1
sampleAlternatives(maxTime, maxCapacity, stepsCapacity = NULL)

Arguments

maxTime

Total number of years of the study. Reasonably between 5 - 100 years.

maxCapacity

Maximum number of localities possible to survey each year.

stepsCapacity

Interval step size of number of localities per year. E.g. calculate possible regimes with 10, 20, and 30 number of localities per year. Defaults to maxCapacity.

Value

A tibble with potential survey regimes.


NINAnor/SurveyPower documentation built on May 7, 2019, 10:43 p.m.