bdiag_check {hmmTMB} | R Documentation |
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(...)
Arguments
... |
Matrix or list of matrices (only the first argument is used) |
Value
Block diagonal matrix
[Package hmmTMB version 1.0.2 Index]