graphical_model_errors: Calculate errors in estimating edges of a graphical model

Description Usage Arguments Value

View source: R/extrafunctions.R

Description

This function reports the false positive rate, false negative rate, and proportion of errors for estimating the edges of a graphical model.

Usage

1
graphical_model_errors(Theta, A, Q = diag(ncol(A)))

Arguments

Theta

A matrix where non-zeros indicate edges.

A

Adjacency matrix of the graphical model

Q

Alignment permutation matrix between A and Theta. The default is the identity matrix.

Value

False positive rate (FPR), false negative rate (FNR) and total support error.


jesusdaniel/rBipartiteUnipartiteMatch documentation built on Dec. 20, 2021, 11:06 p.m.