diagonalBLock_ll: Estimates an adjacencey matrix for a DAG based on l1...

Description Usage Arguments Value Examples

View source: R/diagonalBlock.R

Description

Estimates an adjacencey matrix for a DAG based on l1 penalized negative likelihood minimization given a partitioning of the nodes into two groups

Usage

1
diagonalBLock_ll(B, S, l, m1 = 0, m2, p)

Arguments

B

a matrix of size p by p

S

a matrix of size p by p

l

penalization parameter

m1

the node at which the partition occurs

m2

not relevant

p

maximum number of variables

Value

graph adjacency B

Examples

1
diagonalBLock_ll(B,S,l, m1 = 0, m2, p)

shr264/partitionDAG documentation built on Nov. 23, 2021, 10:28 p.m.