powered by
This function estimates tau for a given set of graphs.
estTau(data, type, gstar)
A data frame in which the columns (subjects) contain a 0/1 value for row (Node or Edge).
The type of graph being used (adjmatrix or adjmatrixlt).
A single columned data frame to be used as the g-star of the data set.
The tau value for the data based on g star.
data(braingraphs) braingstar <- estGStar(braingraphs) braintau <- estTau(braingraphs, "adjMatrix", braingstar) braintau
Run the code above in your browser using DataLab