make_Q <- function(D, E) { Q <- rbind(c(0, 0, 0, 0), c(E[1], 0, 0, D[1]), c(E[2], 0, 0, D[2]), c(0, E[2], E[1], 0)) return(Q) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.