RssSuggestedNetwork {dils}R Documentation

Suggest a network with imputed links

Description

A longer description of the function. This can be perhaps a paragraph, perhaps more than one.

Usage

  RssSuggestedNetwork(g, rss, q.impute.above = 0.8)

Arguments

g

Object type, then description of arg1.

rss

Object type, then description of arg2.

q.impute.above

Object type, then description of arg3.

Value

list

g.imputed

igraph contatining the original and the new links

g.new

igraph containing only the new links

g.original

original graph

q.impute.above

quantile of RSS scores above which links should be imputed

frac.filled

fraction of potential links that were actually filled with a new link

Author(s)

Stephen R. Haptonstahl srh@haptonstahl.org

References

http://www.haptonstahl.org/R

See Also

RelationStrengthSimilarity

Examples

g <- graph.atlas(128)
## Not run: plot(g)

suggested <- RssSuggestedNetwork(g, q.impute.above=.6)
## Not run: plot(suggested$g.imputed)
suggested$frac.filled

[Package dils version 0.8.1 Index]