bdiag {kDGLM}R Documentation

bdiag

Description

Creates a block diagonal matrix with the matrix passed as argument.

Usage

bdiag(...)

Arguments

...

A list of matrices to be used.

Value

A block diagonal matrix whose diagonal elements are equal to the matrices passed as arguments.


[Package kDGLM version 1.2.0 Index]