RssSuggestedNetwork: Suggest a network with imputed links

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/RssSuggestedNetwork.R

Description

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

Usage

1
  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

1
2
3
4
5
6
g <- graph.atlas(128)
## Not run: plot(g)

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

dils documentation built on May 2, 2019, 8:28 a.m.