infer_blockform: Infer Block Form from a Matrix

View source: R/blockform.R

infer_blockformR Documentation

Infer Block Form from a Matrix

Description

Infer Block Form from a Matrix

Usage

infer_blockform(x)

Arguments

x

a symmetric matrix of numeric

Value

a vector of integer describing the blocks in the matrix.

Examples

m <- matrix(c(1, 2, 0, 2, 3, 0, 0, 0, 4), nrow = 3)
infer_blockform(m)

FelicienLL/uncrtnty documentation built on Oct. 26, 2023, 12:50 p.m.