In this dataset, I would like to have all participants tagged by 1 (marker) to have an INR of 1.1 and for the INR value found in each group (of marker_ to be copied to the whole group (in the column for each marker). I hope that it is clear.
this process can be done manually.. for example, I can do the following:
replace inr=1.1 if marker==1
however, it is very time-consuming since I have over 30K participants. So is there any efficient way to do it in one go? I would appreciate any help.
this process can be done manually.. for example, I can do the following:
replace inr=1.1 if marker==1
however, it is very time-consuming since I have over 30K participants. So is there any efficient way to do it in one go? I would appreciate any help.
Comment