search for: yasin

Displaying 19 results from an estimated 19 matches for "yasin".

Did you mean: asin
2002 Dec 16
1
help
Hi I download the R, but I dont know how to get the script (syntax) file and run it. I would be very pleased for any help. Regards. Yasin -- Yasin Al-tawarah Tel: (01782) 583652 E-mail: mad26 at keele.ac.uk
2017 Oct 12
4
comparing two strings from data
...x] == column_2[indx2] ){ match_list[indx,1] = indx2; break; } } } R provides the following error: Error in Ops.factor(column_1[indx], column_2[indx2]) : level sets of factors are different So can someone explain me how I can resolve this issue? Thnak you, Yasin [[alternative HTML version deleted]]
2013 Jun 21
2
an issue about removing "NA"s from an array
...A[i] =B[i,57] - B[i,5]; } A [ which( A == "NA") ] <- 900; The "NA"s still appear as the entries of the array A. Can you tell me what is missing here? (I also tried setting the entries of A to character using "as.character" but it did not work) Thanks, -- Yasin Gocgun [[alternative HTML version deleted]]
2011 Nov 30
1
s/n ratio detection etc...
Hi everybody, I' ve been following this list for a while now. Is there a way to detect the individual and cumulative s/n ratio values for the incoming calls in Asterisk or any other Call Center solution?... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111130/d0d53c1f/attachment.htm>
2017 Oct 12
0
comparing two strings from data
...== operator no longer does what you think it does. use ... data_2 <- read.csv("excel_data.csv", stringsAsFactors = FALSE) ... to turn this off. Also, the %in% operator will achieve more directly what you are trying to do. No need for loops. B. > On Oct 12, 2017, at 4:25 PM, Yasin Gocgun <yasing053 at gmail.com> wrote: > > Hi, > > I have two columns that contain numbers along with letters (as shown below) > and have different lengths. Each entry in the first column is likely to be > found in the second column at most once. > > For each entry...
2017 Oct 13
1
comparing two strings from data
...use ... > > data_2 <- read.csv("excel_data.csv", stringsAsFactors = FALSE) > > ... to turn this off. Also, the %in% operator will achieve more directly > what you are trying to do. No need for loops. > > B. > > > > > > On Oct 12, 2017, at 4:25 PM, Yasin Gocgun <yasing053 at gmail.com> wrote: > > > > Hi, > > > > I have two columns that contain numbers along with letters (as shown > below) > > and have different lengths. Each entry in the first column is likely to > be > > found in the second column at...
2010 Dec 29
5
linear regression for grouped data
...done easily for each group determined by each value of ID. Or, is the only way to construct loops with 'for' or 'while' in which a matrix is generated for each distinct value of ID that stores corresponding values of x and y by screening the entire ID vector? Thanks in advance, Yasin [[alternative HTML version deleted]]
2008 Jun 17
1
invalid arguments RUNIF
...O <- c(O, sample(range.o[j],1)) } O <- t(O) } X <- vector() for (j in 1:n.of.x.vars) { X <- c(X, runif(1,f$d[[n.of.u.vars+n.of.o.vars+j]][[2]][1], f$d[[n.of.u.vars+n.of.o.vars+j]][[2]][2])) } X <- t(X) Many Thanks Yasin [[alternative HTML version deleted]]
2008 Jun 16
0
error in runif
...O <- c(O, sample(range.o[j],1)) } O <- t(O) } X <- vector() for (j in 1:n.of.x.vars) { X <- c(X, runif(1,f$d[[n.of.u.vars+n.of.o.vars+j]][[2]][1], f$d[[n.of.u.vars+n.of.o.vars+j]][[2]][2])) } X <- t(X) Many Thanks Yasin [[alternative HTML version deleted]]
2011 Mar 08
0
goodness of fit test for 2-dimensional data in R
...ain number of paired data that show errors at the x-axis and y-axis for the location of a target and is below. My aim is to fit a distribution to the uncertain location of the target via certain tests such as Chi-square test (if possible). I was wondering how it can be done in R. Thanks in advance, Yasin x error y error 5.5 -0.5 7 -2 -8 -7.5 6 -1 -1.5 -1 8 2 -2 -2 7 -10 2 -4 [[alternative HTML version deleted]]
2013 Jul 17
2
auto answer
Hello; Is it possible to configure in the sip.conf for the Phone to be auto answer? Regards Bilal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130717/b8e0dc7f/attachment.htm>
2008 Jun 19
1
add counter to file name + dir.create
Hi all I have 2 loops with 2 counters, say outer loop counter is X and inner loop counter is Y. In outer loop a data file with known number of columns and unknown number of rows is generated in each script iteration. What inner loop should do is to read this file line by line and generate a directory for each row, then put the elements of that row in a text file insides the generated
2008 Jun 22
1
readLines problem in iteration
Hi there My script at each iteration produces a .dat file which I save in a directory with write.table. Then I need to read each line of this file and create a directory for each line and put elements of that row in that directory. I do it with the following script which I have inserted somewhere between my outer iteration loop, it works fine for the first iteration, but the problem is that it
2017 Jul 12
0
Asterisk 14.6.0 Now Available
...eros ) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engstr??m) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26789 - Audit manipulation of channel flags without locks (Reported by Joshua Colp) * ASTERISK-26333 - Problems with Blind Transfer, PJSIP (Aastra 6869i) (Reported by Matthias Binder) Improvements made in this release: -----------------------------------...
2017 Jul 12
0
Asterisk 13.17.0 Now Available
...eros ) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engstr??m) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26789 - Audit manipulation of channel flags without locks (Reported by Joshua Colp) * ASTERISK-26333 - Problems with Blind Transfer, PJSIP (Aastra 6869i) (Reported by Matthias Binder) Improvements made in this release: -----------------------------------...
2017 Dec 21
0
Certified Asterisk 13.18-cert1 Now Available
...eros ) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engstr??m) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26938 - Heap overflow in CSEQ header parsing affects Asterisk chan_pjsip and PJSIP (Reported by Sandro Gauci) * ASTERISK-26939 - Out of bound memory access in PJSIP multipart parser crashes Asterisk (Reported by Sandro Gauci) * ASTERISK-26940 - Ast...
2017 Oct 03
0
Asterisk 15.0.0 Now Available
...: No such file or directory. (Reported by Andreas Kr??ger) * ASTERISK-26926 - func_speex: Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-26929 - pjsip: Add database tables for RLS...
2017 Aug 02
2
Asterisk 15.0.0-beta1 Now Available
...: No such file or directory. (Reported by Andreas Kr??ger) * ASTERISK-26926 - func_speex: Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-26929 - pjsip: Add database tables for RLS...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...isk.org/jira/browse/ASTERISK-26926>] - func_speex: Crash caused by frame with no datalen (Reported by Richard Kenner) - [ASTERISK-26964 <https://issues.asterisk.org/jira/browse/ASTERISK-26964>] - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) - [ASTERISK-26930 <https://issues.asterisk.org/jira/browse/ASTERISK-26930>] - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) - [ASTERISK-26929 <https://issues.asterisk.org/jira/browse/ASTERISK-26929>] - pj...