###################################################
### code chunk number 8: Cs05_setupZ
###################################################
Z.vals <- list(
"z11", 0, 0,
"z21", "z22", 0,
"z31", "z32", "z33",
"z41", "z42", "z43",
"z51", "z52", "z53"
)
Z <- matrix(Z.vals, nrow = N.ts, ncol = 3, byrow = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.