dyadicLongConverter {Perc} | R Documentation |
dyadic long format converter
Description
dyadicLongConverter
convert win-loss probability matrix into long format for each dyad
Usage
dyadicLongConverter(matrix)
Arguments
matrix |
the win-loss matrix which is the second output from |
Details
values on the diagonal of the matrix are not included in the converted long-format data.
Value
a dataframe of dyadic level win-loss probability and ranking certainty.
See Also
conductance
, valueConverter
, individualDomProb
Examples
# convert an edgelist to conflict matrix
confmatrix <- as.conflictmat(sampleEdgelist)
# find win-loss probability matrix
perm2 <- conductance(confmatrix, 2)
perm2$imputed.conf
perm2$p.hat
dl <- dyadicLongConverter(perm2$p.hat)
[Package Perc version 0.1.6 Index]