Had to create an A2 classification from the redcap data:
Simple If statement + VLOOKUP in excel:
if(symptom is uninfected) -> 0
else(if patient is deceased) -> 1
else(if patient has severe or dead classification) -> 1
else -> 0
This results in only 2 discrepancies between Guillaume's infection classification and mine:
both of which were COVID patients who when tested resulted in a moderate severity but then passed from COVID
Had to create an A2 classification from the redcap data:
Simple If statement + VLOOKUP in excel: if(symptom is uninfected) -> 0 else(if patient is deceased) -> 1 else(if patient has severe or dead classification) -> 1 else -> 0
This results in only 2 discrepancies between Guillaume's infection classification and mine: both of which were COVID patients who when tested resulted in a moderate severity but then passed from COVID