Learn R Programming

kDGLM (version 1.2.0)

bdiag: bdiag

Description

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

Usage

bdiag(...)

Value

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

Arguments

...

A list of matrices to be used.