| block.true.cov | R Documentation |
This function construct a covariance matrix with a block diagonal structure.
block.true.cov(p, block.size = 3)
p |
The number of variants. |
block.size |
The block size. |
A covariance matrix with a block diagonal structure.
data.true.cov <- block.true.cov(30)
data.true.cov[1:9,1:9]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.