vector2symmetric.matrix {rope}R Documentation

Convert vector that represents half of a symmetric matrix into a matrix

Description

This can be convenient for using output when rope is used for selection of graph models.

Usage

vector2symmetric.matrix(v)

Arguments

v

A vector with length p*(p-1)/2 for some integer p


[Package rope version 1.0 Index]