Hi again,
I deeply appreciate your collaborations in the last issue I had. below is a snapshot of data I have. the problems are :
- there are two variables
LBCANT_Desc " which has all Antibiotics"
Result_Value : which has two things in the same column!, the organism name and its reactions as "resistant, intermediate and sensitive".
I want to reshape the data to be:
- column for each organism (mostly 9 organisms)
- column for each antibiotic
- column for each reaction for each antioboitcs
is there a way to break it down and reshape it ?
Many thanks,
Meshal
I deeply appreciate your collaborations in the last issue I had. below is a snapshot of data I have. the problems are :
- there are two variables
LBCANT_Desc " which has all Antibiotics"
Result_Value : which has two things in the same column!, the organism name and its reactions as "resistant, intermediate and sensitive".
I want to reshape the data to be:
- column for each organism (mostly 9 organisms)
- column for each antibiotic
- column for each reaction for each antioboitcs
is there a way to break it down and reshape it ?
Many thanks,
Meshal
Comment