View source: R/HierarchicalModels.R
Model.p.constant.nonsquare | R Documentation |
This model assumes that the link existence probabilities of the matrix are known.
Model.p.constant.nonsquare(nrow, ncol, p)
nrow |
number of rows of the matrix. |
ncol |
number of columns of the matrix. |
p |
existence probability of a link. A single numeric value. |
the resulting model.
m <- Model.p.constant.nonsquare(5,3,0.25)
m$matr(m$rtheta())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.