exploregraph {rope} | R Documentation |
Convenience wrapper for explore
for adjacency matrices
Description
When modeling graphs it may be more convenient to store data as matrices instead of row vectors.
Usage
exploregraph(data, B, ...)
Arguments
data |
List of symmetric matrices, one matrix for each penalization level |
B |
Number of bootstraps used to construct |
... |
Additional arguments are passed on to |
Value
A list with components
pop.sep |
vector of values saying how separated true and false variables are for each level of penalization |
[Package rope version 1.0 Index]