###################################################
### code chunk number 41: Cs28_covar_AICs
###################################################
print(cbind(
model = c("no covars", "Temp", "TP", "Temp & TP"),
AICc = round(c(
the.fit$AICc, kemz.temp$AICc, kemz.TP$AICc,
kemz.both$AICc
))
), quote = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.