knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(avesdemazan)

Selection on fixed effects

NOTE: a time_cts*Location term would yield an average trend for a site. The random slopes are already species:locations

However, these models don't converge.

# convergence problems
x2a <- update(best_randslopes, . ~ . + time_cts*Location)
x2b <- update(best_randslopes, . ~ . + time_cts*Location)

bbmle::AICtab(x2a, 
       best_randslopes)


brouwern/avesdemazan documentation built on July 26, 2022, 8:38 p.m.