knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(avesdemazan)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.