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 data. At least 21 are needed for u-shape test heuristic to work, but in general it is recommended to use many more.

...

Additional arguments are passed on to explore.

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]