comparison {SBICgraph}R Documentation

Comparing the real and estimated adjacency matrix

Description

Comparing the two adjacency matrices for false discovery rate and positive selection rate. Used for model validation

Usage

comparison(real, estimate)

Arguments

real

The real matrix p by p adjacency matrix likely from simulated data

estimate

The estimated matrix p by p adjacency matrix likely estimated using the SBIC procedure

Value

A list of the following evaluation metrics

PSR

Positive Selection Rate

FDR

False Discovery rate

Author(s)

Jie Zhou


[Package SBICgraph version 1.0.0 Index]