partition0: Gives partition/factorization

View source: R/intrinsic.R

partition0R Documentation

Gives partition/factorization

Description

Uses order for speed returns integer value of heads from provided list

Usage

partition0(graph, heads, v = seq_len(graph$n), r = TRUE, head.order)

factorize0(graph, v = seq_len(n), r = TRUE, ht, head.order)

Arguments

graph

object of class mixedgraph

heads

list of heads

v

set of vertices to partition

r

logical: should recursive parameterization be used?

head.order

numeric vector in same order as heads

ht

list of heads and tails

Functions

  • factorize0(): Give factorization of heads and tails


rje42/ADMGs2 documentation built on Sept. 3, 2024, 7:39 p.m.