convCreateDiag: Create Diagnoal Converter

Description Usage Arguments Details Author(s) See Also Examples

Description

Create Diagonal Matrix Aggregation Converters

Usage

1
2
convCreateDiag(dim = list(row = c(58, 37), col = c(58)), agg.row1 = c(1:10),
  agg.row2 = c(1:18))

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
convCreateDiag(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.