inst/userguide/figures/CS3--Z.model.R

###################################################
### code chunk number 4: Z.model
###################################################
Z.model <- matrix(0, 11, 3)
Z.model[c(1, 2, 9, 10), 1] <- 1 # which elements in col 1 are 1
Z.model[c(3:6, 11), 2] <- 1 # which elements in col 2 are 1
Z.model[7:8, 3] <- 1 # which elements in col 3 are 1
nwfsc-timeseries/MARSS documentation built on June 3, 2023, 1:32 p.m.