Displaying 1 result from an estimated 1 matches for "call1a".
Did you mean:
call1
2012 Jan 10
2
How to make this for() loop memory efficient?
##I have 2 columns of data. The first column is unique "event IDs" that
represent a phone call made to a customer.
###So, if you see 3 entries together in the first column like follows:
matrix(c("call1a","call1a","call1a") )
##then this means that this particular phone call (the first call that's
logged in the data set) was transferred
##between 3 different "modules" before the call was terminated.
##The second column is a numerical description of the mod...