Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bdiagNA

Create a Block Diagonal Matrix with NA outside the diagonal


Description

Build a block diagonal matrix with NA values outside the diagonal given several building block matrices.

Usage

bdiagNA(...)

Arguments

...

individual matrices or a list of matrices.

Details

This function is usefull to build the correlation matrices, when only partial knowledge of the correlation exists.

Value

A block diagonal matrix with NA values outside the diagonal.

Author(s)

Kornelius Rohmeyer rohmeyer@small-projects.de

See Also

Examples

bdiagNA(diag(3), matrix(1/2,nr=3,nc=3), diag(2))

gMCP

Graph Based Multiple Comparison Procedures

v0.8-15
GPL (>= 2)
Authors
Kornelius Rohmeyer [aut, cre], Florian Klinglmueller [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.