powered by
This function estimates the MLE parameters g-star and tau for a given set of graphs.
estMLE(data, type)
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 list containing g-star and tau named gstar and tau respectively.
Essentially this function calls both estGStar and estTau and returns the results.
estGStar
estTau
data(braingraphs) brainmle <- estMLE(braingraphs, "adjMatrix") brainmle
Run the code above in your browser using DataLab