Hi I am analyzing the data set that have the name of organizations, the name of EMR vendors and the 7 different functions.
I would like to see whether organization use the same vendors for 7 different functions or not.
If they are not using the same vendors for different functions, I would like to see how many vendors that they are using.
In case they are using different vendors,
If they are using the same vendor for more than 5 functions out of 7 functions, I would like to consider that vendor for the vendor that the organization selected. want to keep only that vendor as one observation per each organization.
id is the variable for the organization id
application is the variable for the different functions
vendor is the variable for the name of vendors.
Could you please help me in this?
I would like to see whether organization use the same vendors for 7 different functions or not.
If they are not using the same vendors for different functions, I would like to see how many vendors that they are using.
In case they are using different vendors,
If they are using the same vendor for more than 5 functions out of 7 functions, I would like to consider that vendor for the vendor that the organization selected. want to keep only that vendor as one observation per each organization.
id is the variable for the organization id
application is the variable for the different functions
vendor is the variable for the name of vendors.
Could you please help me in this?
Comment