dual1d_Dmat | R Documentation |
Utility function for creating the penalty matrix D that corresponds to a chain graph of length n
dual1d_Dmat(m)
n: |
length of the chain graph |
An (n-1)x(n) penalty matrix D
n <- 10 D_1d <- dual1d_Dmat(n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.