Package: |
dils |
Type: |
Package |
Version: |
0.8 |
Date: |
2013-10-27 |
License: |
MIT + file LICENSE |
Workflow synthesizing networks might typically look like this:
EdgelistFromIgraph
or EdgelistFromAdjacency
to convert igraph and adjacency list networks to edgelist form.
MergeEdgelists
to combine the individual network datasets into a single dataset.
GenerateDilsNetwork
to synthesize the networks in the merged data set into a single weighted network.
IgraphFromEdgelist
or AdjacencyFromEdgelist
to convert the edgelist output to the desired output.
RelativeNetworkInformation
on input networks and DILS network to see if/how much the information content of the DILS network exceeds the information content of the input networks.
Workflow for imputing edges for a binary network might typically look like this:
get.adjacency
).
RelationStrengthSimilarity
to Calculate RSS scores for each dyad.
RssSuggestedNetwork
on the original network and the RelationStrengthSimilarity output to get a new suggested network with more edges.