Displaying 2 results from an estimated 2 matches for "d193".
Did you mean:
193
2005 Jul 11
0
Calls dropped upon 'native bridging' after IAX2 transfer
...ultipart/alternative-------------- next part --------------
############
# amd BOX #
############
## Step 1
## Bob(ext. 6202) place a remote IAX2 call to the operator (ext. 6302)
## Reminder : _62XX are register on 'amd' and _63XX on 'dell'
-- Executing SetGroup("SIP/6202-d193", "IAX") in new stack
-- Executing NoOp("SIP/6202-d193", "") in new stack
-- Executing GotoIf("SIP/6202-d193", "0?4:7") in new stack
-- Goto (from-ip-phones,6302,7)
-- Executing SetVar("SIP/6202-d193", "NumToDial=...
2011 Oct 17
2
how to use 'which' inside of 'apply'?
Hello R-community,
I am trying to populate a column (doy) in a large dataset with the first
column number that exceeds the value in another column (thold) using the
'apply' function.
Sample data:
pt D1 D17 D33 D49 D65 D81 D97 D113 D129 D145 D161 D177
D193 D209 D225 D241 D257
1 39177 0 0 0 0 0 0 0 0 0.4336 0.4754 0.5340667 0.5927334
0.6514 0.6966 0.5900 0.5583 0.5676
2 39178 0 0 0 0 0 0 0 0 0.3420 0.4543 0.5397666 0.6252333
0.7107 0.7123 0.5591 0.4617 0.4206
3 39164 0 0 0 0 0 0 0 0 0.4830 0.4943...