View source: R/night_fall_reascend_wc_binom.R
nightFall | R Documentation |
estimate fallback, reascension, and nighttime passage
nightFall(
full_reascend,
full_night,
stratAssign_fallback,
stratAssign_night,
boots = 2000,
full_spillway = NULL
)
full_reascend |
tibble with sWeek, stockGroup, numReascend, totalPass. sWeek is statistical week stockGroup is the stockGroup (fallback/reascension rates different between stock groups), numReascend is either the number of PITs ascending that were reascensions in that sWeek or the number of PITs ascending that later reascended (if using spillway data it MUST be the second) |
full_night |
tibble with sWeek, nightPass, totalPass |
stratAssign_fallback |
tibble with sWeek, stockGroup, stratum showing what stratum each sWeek corresponds to for each stockGroup |
stratAssign_night |
tibble with sWeek, stratum showing what stratum each sWeek corresponds to for nighttime passage |
boots |
The number of bootstap iterations to run |
full_spillway |
tibble with "sWeek", "stockGroup", "laterAscend", "totalFall" columns. totalFall gives the number of PIT ascensions that were detected (with the spillway array) falling back and laterAscend gives the number of these that later reascended. If a strata has a summed value of 0 for totalFall, it will be assumed that all fallbacks result in reascension in that stratum. If a value of NULL is input for this, it will be assume that all fallbakcs result in reascension in all strata. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.