Dataframe with one row for each region included in indices object, and columns including:
- Start_year
first year of the trend
- End_year
last year of the trend
- Region
short name of the region
- Region_alt
Long name for region
- Region_type
Type of region including continental, national,Province_State,BCR, bcr_by_national, or stratum
- Strata_included
Strata included in the trend and annual index calculations
- Strata_excluded
Strata potentially excluded from the trend and annual index calculations because they have no observations of the species in the first part of the time series
- Trend
Estimated mean annual percent change over the trend time-period (i.e., Start_year - End_year), according to an endpoint comparison of annual index in Start_year and the annual index in End_year
- Trend_Q_quantiles
quantiles of the posterior distribution of Trend estimates, matching levels included in the quantiles argument
- Percent_Change
Estimated total percent change over the trend time-period
- Percent_Change_Q_quantiles
quantiles of the posterior distribution of Percent Change estimates, matching levels included in the quantiles argument
- Slope_Trend
Estimated mean annual percent change over the trend time-period, according to the slope of a linear regression through the log-transformed annual indices
- Slope_Trend_Q_quantiles
quantiles of the posterior distribution of Percent Change estimates, matching levels included in the quantiles argument
- prob_decrease_X_percent
proportion of the posterior distribution of Percent_Change that is below the percentage values supplied in prob_decrease
- prob_increase_X_percent
proportion of the posterior distribution of Percent_Change that is above the percentage values supplied in prob_increase
- Relative_Abundance
Mean of the annual index values across all years. An estimate of the average relative abundance of the species in the region. Can be interepreted as the predicted average count of the species in an average year on an average route by an average observer, for the years, routes, and observers in the existing data
- Observed_Relative_Abundance
Mean of the observed annual counts of birds across all routes and all years. An alternative estimate of the average relative abundance of the species in the region. For composite regions (i.e., anything other than stratum-level estimates) this average count is calculated as an area-weighted average across all strata included
- Number_of_Strata
The number of strata included in the region
- Width_of_X_percent_Credible_Interval
Width (in percent/year) of the credible interval on the Trend calculation. Calculated for the widest credible interval requested in quantiles argument. Default is 95 percent CI (i.e., Trend_Q0.975 - Trend_Q0.025)
- Width_of_X_percent_Credible_Interval_Slope
Width (in percent/year) of the credible interval on the Trend calculation for the slope-based trend. Calculated for the widest credible interval requested in quantiles argument. Default is 95 percent CI (i.e., Slope_Trend_Q0.975 - Slope_Trend_Q0.025)
- Number_of_Routes
The number of unique BBS routes included in the annual indices for this region and species, i.e., number of routes for this region and species for the years since generate_indices(startyear)
- Mean_Number_of_Routes
The average number of BBS routes across years contributing data for this region and species
- backcast_flag
approximate proportion of the included species range*years that are supported by data in a given region and year, e.g., 1.0 = data cover full time-series, 0.75 = data cover 75 percent of time-series. Only calculated if max_backcast != NULL