[R] condition has length > 1 for LL denominator
I have a dataset called "results" that looks like this: arrive depart intercept 11 1 12 1 13 1 12 2 13 2 13 3 22 2 23 2 33 3
[R] program never enters browser mode when I add browser()
Dear All I have a program that breaks at the following lines of code: bigfunction = { ... object1 = myfunction(x) object2 = strsplit(object1, ",")[[1]] ... } where myfunction is defined elsewhere outside of bigfunction. The error I get is "error in strsplit() -- object1 not found". Howeve