Learn R Programming

bingat (version 1.3)

estGStar: Estimate G-Star

Description

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

Usage

estGStar(data)

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.

Examples

Run this code
	data(braingraphs)

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

Run the code above in your browser using DataLab