symmetric.matrix2vector {rope}R Documentation

Take upper half of matrix and convert it to a vector

Description

If variable selection counts are in a matrix this function converts them into vector to input into rope. Can be useful when variables correspond to edges in a graph.

Usage

symmetric.matrix2vector(m)

Arguments

m

A symmetric matrix


[Package rope version 1.0 Index]