inst/userguide/figures/Covar--Covar_sec6_13_show-aics.R

###################################################
### code chunk number 23: Covar_sec6_13_show-aics
###################################################
data.frame(
  Model = c("Fixed", "Cubic", "Fourier"),
  AICc = round(c(
    seas.mod.1$AICc,
    seas.mod.2$AICc,
    seas.mod.3$AICc
  ), 1),
  stringsAsFactors = FALSE
)
nwfsc-timeseries/MARSS documentation built on June 3, 2023, 1:32 p.m.