Learn R Programming

hmmTMB (version 1.1.0)

bdiag_check: Create block diagonal matrix (safe version)

Description

This version of bdiag checks whether the matrices passed as arguments are NULL. This avoids errors that would arise if using bdiag directly.

Usage

bdiag_check(...)

Value

Block diagonal matrix

Arguments

...

Matrix or list of matrices (only the first argument is used)