Takes data in roster format and creates an adjacency matrix.

roster_to_adjacency(input_dat)

Arguments

input_dat

an object where the first column is a set of ids and the subsequent columns are roster nominations.

Value

An adjacency matrix of class matrix.