This function can be run on objects produced by run_bt_spas_x(). It extracts estimates for N, or abundance, by week.

get_weekly_juvenile_abundance(model_fit_object)

Arguments

model_fit_object

the object produced by running run_single_bt_spas_x() for a given site and run year.

Value

a tibble with the following variables:

  • week_index sequential identifier for weeks in the model

  • week the julian week associated with abundance estimate

  • parameter parameter name

  • mean_abundance mean predicted weekly abundance

  • median_abundance median predicted weekly abundance

  • sd_abundance standard deviation of predicted weekly abundance

  • lcl_97_5 lower confidence limit (2.5%) of weekly predicted abundance

  • ucl_97_5 upper confidence limit (97.5%) of weekly predicted abundance