estGStar: Estimate G-Star

Description Usage Arguments Value Author(s) Examples

View source: R/estGStar.R

Description

This function estimates the g-star graph for a given set of graphs.

Usage

1

Arguments

data

A data frame in which the columns (subjects) contain a 0/1 value for row (Node or Edge).

Value

A single vector that is the gstar is returned.

Author(s)

Terrence Brooks, Berkley Shands, Skye Buckner-Petty, Patricio S. La Rosa, Elena Deych, William D. Shannon

Examples

1
2
3
4
	data(braingraphs)

	braingstar <- estGStar(braingraphs) 
	braingstar[1:25]

bingat documentation built on May 1, 2019, 9:11 p.m.