Converting a Matrix into a List

I'm not sure why the rownames would matter. Isn't it the actual output values that you want to compare? I think it would be helpful if you could provide a reproducible example and additional information about what exactly you're trying to compare and what would constitute a successful comparison. It's relatively straightforward to convert data between matrix, data frame, and list structures.

1 Like