Model.p.constant.nonsquare: Model for a constant p and Non-Square Matrices

Description Usage Arguments Value Examples

View source: R/HierarchicalModels.R

Description

This model assumes that the link existence probabilities of the matrix are known.

Usage

1

Arguments

nrow

number of rows of the matrix.

ncol

number of columns of the matrix.

p

existence probability of a link. A single numeric value.

Value

the resulting model.

Examples

1
2
m <- Model.p.constant.nonsquare(5,3,0.25)
m$matr(m$rtheta())

systemicrisk documentation built on May 2, 2019, 9:26 a.m.