matrix2edgelist {MultiObjMatch} | R Documentation |
Helper function to convert matrix to list
Description
Convert between a matrix representation of distances between treated and control units and a list of vectors (default format for build.dist.struct function in rcbalance package)
Usage
matrix2edgelist(mat)
Arguments
mat |
matrix representation of distances between treated and control units |
Value
list of vector representation of distances
[Package MultiObjMatch version 1.0.0 Index]