estGStar {bingat} | R Documentation |
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.
Author(s)
Terrence Brooks, Berkley Shands, Skye Buckner-Petty, Patricio S. La Rosa, Elena Deych, William D. Shannon
Examples
data(braingraphs)
braingstar <- estGStar(braingraphs)
braingstar[1:25]
[Package bingat version 1.3 Index]