convCreateDiag2: Create Diagnoal Converter

Description Usage Arguments Details Author(s) See Also Examples

Description

Create Diagonal Matrix Aggregation Converters

Usage

1
2
convCreateDiag2(dim = list(row = c(62, 34), col = c(34)),
  agg.row1 = c(1:62), agg.row2 = c(1:34))

Arguments

data

.

toRow

.

toCol

.

displayConv

.

Details

Create diagonal converters for the aggregation of matrices. Tested with two cascaded row dimensions and one column dimension.

Author(s)

OECD STAN

See Also

convShow

Examples

1
convCreateDiag2(dim=list(row=c(10,5),col=c(10)),agg.row1=c(1:10),agg.row2=c(1:2))

bowerth/stan documentation built on May 13, 2019, 12:38 a.m.