###################################################
### code chunk number 15: mod-nile-3
###################################################
mod.nile.3 <- list(
Z = matrix(c(1, 0), 1, 2), A = matrix(0), R = matrix("r"),
B = matrix(c(1, 0, 1, 1), 2, 2), U = matrix(0, 2, 1),
Q = matrix(list("q", 0, 0, "p"), 2, 2),
x0 = matrix(c("x", "u"), 2, 1)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.