View source: R/calc-iphc-ser.R
calc_iphc_full_res | R Documentation |
From species-specific set-level counts, derive all the required Series and test their equivalence.
calc_iphc_full_res(set_counts)
set_counts |
species-specific set-level counts from |
List containing
ser_longest: tibble for the longest time series that can be made for this
species, as output from calc_iphc_ser_AB()
; either Series A or AB.
Or Series B if a species is never caught when only the first 20 hooks
are enumerated (1997-2002 or 2013) but is caught when all hooks are
enumerated - then Series AB is just Series A but only includes years
that are in Series B, so we may as well use Series B (all hooks).
May need to think a little more. Just need results of test_BC to
be mentioned later.
full_coast: whether or not the longest time series can be considered
representative of the full coast (based on the paired t-tests).
ser_all: Series A, B, C and D, as output from calc_iphc_ser_all()
.
test_AB: t-test results from calc_iphc_ser_AB()
test_AD: t-test results from compare_iphc_ser_A_D()
test_BC: t-test results from compare_iphc_ser_B_C()
If no observations at all for the species then return NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.