Displaying 1 result from an estimated 1 matches for "8013252".
2012 Feb 09
3
Rearanging Data
Hi,
This is only a small portion of the Data i am working on
I want to make a subset of this data set( Data Set=Claims)
MemberID ProviderID Vendor PCP Year Specialty
1 42286978 8013252 172193 37796 Y1 Surgery
2 97903248 3316066 726296 5300 Y3 Internal
3 2759427 2997752 140343 91972 Y1 Internal
4 73570559 7053364 240043 70119 Y3 Laboratory
I want to put all the rows containing Y1 into a subset. I tried thi...