arrange | R Documentation |
Estimate agent hierarchy from a tally by assembling edges in order of decreasing weight and skipping cycle-creating ones. The effect is a directed acyclic graph that can be topologically-sorted into an agent order, though this order may not be unique depending on how well the latent hierarchy is sampled and whether it even exists.
arrange(tally)
tally |
a |
A toporanga_graph
object, representing the established graph.
The method may be stochastic if there are ties in weights.
data(EcoHAB)
arrange(tally_log(EcoHAB$winner,EcoHAB$loser))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.