powered by
This function estimates the g-star graph for a given set of graphs.
estGStar(data)
A data frame in which the columns (subjects) contain a 0/1 value for row (Node or Edge).
A single vector that is the gstar is returned.
data(braingraphs) braingstar <- estGStar(braingraphs) braingstar[1:25]
Run the code above in your browser using DataLab