All Questions
1 question
2
votes
1
answer
5k
views
Spread tibble as matrix with row names
I want to get spreaded tibble as matrix with first column as rownames like below:
Required
E1 E2
G1 0.5855288 -1.8179560
G2 0.7094660 0.6300986
G3 -0.1093033 -0.2761841
G4 -0....