IndicFshape: Create F matrices using specific intergroup actions for...

View source: R/global.R

IndicFshapeR Documentation

Create F matrices using specific intergroup actions for network inference.

Description

This is an helper function to create values F matrices using specific intergroup actions for network inference.

Usage

IndicFshape(sqF, ngrp, Indic)

Arguments

sqF

Size of an F cell

ngrp

Number of groups

Indic

Matrix to specify where there is an interaction from one group to another

Value

An array of size (sqF, sqF, ngrp).

Author(s)

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples


IndicFshape(3, 2, matrix(1,2,2)-diag(2))


Patterns documentation built on Dec. 1, 2022, 5:09 p.m.