Good afternoon
I need assistance please,
I have a dataset where variables such as heights are recorded three times for participants.
So for example H1 = 174 H2 = 176 H3 =175.3
Through eyeballing the data i also noticed that there are instances where one measurement is way off from the other for example H1 = 174 H2 = 90 H3 = 175.5
So in this case H2 = 90 would need to be queried
So i need assistance with listing or browsing heights that are "far off" from the example i made.
I tried br H1 H2 H3 if H1 > H2 > H3
but this did not help as some results are still reasonable.
Thanks
I need assistance please,
I have a dataset where variables such as heights are recorded three times for participants.
So for example H1 = 174 H2 = 176 H3 =175.3
Through eyeballing the data i also noticed that there are instances where one measurement is way off from the other for example H1 = 174 H2 = 90 H3 = 175.5
So in this case H2 = 90 would need to be queried
So i need assistance with listing or browsing heights that are "far off" from the example i made.
I tried br H1 H2 H3 if H1 > H2 > H3
but this did not help as some results are still reasonable.
Thanks
Comment