Learn R Programming

dils (version 0.8.1)

RssSuggestedNetwork: 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

References

http://www.haptonstahl.org/R

See Also

RelationStrengthSimilarity

Examples

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

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

Run the code above in your browser using DataLab