Hello, I am having trouble extracting the dose and unit information from the below character variable and appreciate any help. data have: dose_all 125 units, single 200 units 240 iu, single 25 units prn im ? other frequency:q 90 days;? 100 u 300 iu, single 400 units once im between 100 to 200 units, single Data want (only dose, unit) are most important to extract. dose_all dose unit x1 x2 x3 x3 125 units, single 125 units single 200 units 200 units 240 iu, single 240 iu single 25 units prn im 25 units prn im ? other frequency:q 90 days;? ? other frequency:q 90 days;? 100 u 100 u 300 iu, single 300 iu single 400 units once im 400 units once im between 100 to 200 units, single between 100 to 200 units single Thanks
... View more