similar to: R: polygon error?

Displaying 20 results from an estimated 3000 matches similar to: "R: polygon error?"

2007 May 26
2
polygon error?
Hi.. I'm not sure why polygon returns an area above the standard normal curve. z <- pretty(c(-3,3), 100) ht <- dnorm(z) data <- data.frame(z=z, ht=ht) zc <- 1.645 plot(data, type="l") lines(data) t <- subset(data, z>zc) polygon(t, col="red") Thanks, Lance [[alternative HTML version deleted]]
2007 May 05
0
AMR vs Speex on wireless networks.
Rethinking to BER in UMTS, it seems acceptable to use speex on it do you agree? ----- Messaggio originale ----- Da: marzullo maio <marzullo63@yahoo.it> A: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> Cc: speex-dev@xiph.org Inviato: Sabato 5 maggio 2007, 23:06:40 Oggetto: Re: [Speex-dev] AMR vs Speex on wireless networks. NB for CSD/HSCSD and WB for UMTS/HSDPA. The UMTS/HSDPA
2005 May 31
2
R: R: R: R: AT-320 + supervised transfer
Good...it almost works fine! I just have 't' in command Dial, but i also have 'T'. Is it a problem ? This is my Dial() exten => 605,1,Dial(${GIORDANO NAT},60,Ttr) I have only a problem: A and B are speaking, B calls C and ask it if wants speak with A, C accept but if B hang up A is waiting and C get busy tone. To make it works B don't have to hangup but habe to press
2005 Oct 03
4
R: Diva
Which models of Diva could work with CAPI and asterisk? Thanks Giordano ________________________________ Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di gw@adcomcorp.com Inviato: sabato 1 ottobre 2005 23.46 A: asterisk-users@lists.digium.com Oggetto: RE: [Asterisk-Users] Diva Nope. At least I tried and never could get it
2007 Nov 13
1
R: Query an Access database based on a date attribute
It seems that Access needs that you surround the dates with a # symbol. You probably need something like. res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos' and competitor = 'delta' and dd = #2007-11-20#") Hope this helps, Stefano -----Messaggio originale----- Da: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]Per
2010 May 17
1
R: new way of asterisk and kamailio(openser) realtime integration
Works for me.... Thanks, Hristo Benev -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Alexandru Oniciuc Sent: Monday, May 17, 2010 6:29 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] R: new way of asterisk and kamailio(openser) realtime integration
2005 May 26
0
R: weighted.mean and tapply (again)
what about using "mapply"? splitted.value<-with(x.1, split(VALUE, GROUP)) splitted.freq<-with(x.1, split(FREQUENCY, GROUP)) mapply(weighted.mean, splitted.value, w=splitted.freq) Stefano >-----Messaggio originale----- >Da: r-help-bounces at stat.math.ethz.ch >[mailto:r-help-bounces at stat.math.ethz.ch]Per conto di >james.holtman at convergys.com
2005 May 30
4
R: R: R: AT-320 + supervised transfer
I known. I'm using the 1.44 firmware version relesed on 26 may. I worked for italian IVR an HTTP pgaes. So i can only update asterisk with CVS and try atxfer. Thanks for all -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Gavin Hamill Inviato: luned? 30 maggio 2005 18.40 A:
2006 May 04
0
R: R: [Re:] function to replace missing values with median value?]]
oops!, I pressed the 'send' key too soon, ... see ?replace replace(x, is.na(x), median(x, na.rm=T)) take also a look at the function itself > replace function (x, list, values) { x[list] <- values x } <environment: namespace:base> Stefano >-----Messaggio originale----- >Da: r-help-bounces at stat.math.ethz.ch >[mailto:r-help-bounces at
2005 May 30
2
R: R: AT-320 + supervised transfer
The procedure that will do asterisk is very nice ;) but whe it was available ? Currently is there any way to emprove the transfer? I tryied the scenario that u suggest me but it doesn't work :| and i don't why. Here my sip.conf for the phone, can u say me if there is somethingh wrong ? [2391] type=friend username=2391 secret=2391 language=it host=dynamic context=intern dtmfmode=rfc2833
2010 Aug 07
2
R: Confidence Intervals for logistic regression
a closer look to the help on predict.glm will reveal that the function accepts a 'type' argument. In you case 'type = response' will give you the results in probabilities (that it seems to be what you are looking for). There also is an example on use of the 'type' argument at the end of the page. Stefano -----Messaggio originale----- Da: r-help-bounces at r-project.org
2007 May 14
1
R: Fwd: SAMBA on AIX --> nsswitch.conf?
---- Original message ---- >Date: Mon, 14 May 2007 10:34:32 +0200 >From: "Urs Golla" <urs.golla@gmail.com> >Subject: Re: R: [Samba] Fwd: SAMBA on AIX --> nsswitch.conf? >To: "Gianluca Culot" <gianlucaculot@dmsware.com> >Cc: samba@lists.samba.org > >nsswitch.conf does not exist on AIX! It works after changing >/etc/security/user and
2005 May 30
3
R: AT-320 + supervised transfer
Hi, Thanks for yuor answer. The boot time of the phone is very very fast, 10 sec to startup and 2 or 3 second to login to asterisk. I set the NTP server to 255.255.255.255 so it don't try to get time. I thinked carefully to your scenario and i am going to try it, but i don't known if it could like to my customer I will try also to use CVS, but i am skeptic to utilize asterisk to
2006 Aug 09
0
R: data.frame to shape
assuming that the rows are sorted correctly dat id x y 1 50 1647685 4815259 2 50 1647546 4815196 3 50 1647454 4815294 4 50 1647405 4815347 5 50 1647292 4815552 6 50 1647737 4815410 7 74 1647555 4815201 8 74 1647464 4815023 9 74 1646970 4815129 10 74 1646895 4815264 11 74 1646762 4815513 > list.dat<-split(dat, dat$id) > > closed.polygons<-lapply(list.dat,
2007 Mar 08
1
R: Searching and deleting elements of list
you could try mapply mydata2<-mapply("[", mydata, lapply(mydata, function(x) !x %in% A)) mydata2[[1]]<-A #to replace the obviously deleted elements of "A" mydata2 mydata2[[1]] mydata2[[2]] mydata2[[3]] mydata2[[4]] Stefano -----Messaggio originale----- Da: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch]Per conto di jastar
2005 Jun 01
1
R: R: R: R: R: AT-320 + supervised transfer
No...maybe i don't explain u well. After that B call C andC not answer (go in timeout), B hear first the beeperr and then, together A the busy tone. Now i can't re-take the call :| Thanks Giordano -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Gavin Hamill Inviato: mercoled? 1 giugno 2005 12.34 A:
2006 Mar 28
0
R: R: Echo cancellation
I did it Steve, but on some calls i still have the EC on OFF. What can i check? Could it depend of my zapata.conf ? Thanks Giordano Grandis -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Steve Davies Inviato: marted? 28 marzo 2006 17.08 A: Asterisk Users Mailing List - Non-Commercial Discussion
2006 Mar 29
0
R: RE : Echo cancellation
Hi Francois, I kwnow, but I have "DSP:on" also if i not have an hardware echocan module :/ and I always have "Echo Cancellation: 0 taps, currently OFF". This is my zapata.conf [channels] language = it usecallerid = yes callwaiting = yes usecallingpres = yes callwaitingcallerid = yes threewaycalling = yes cancallforward = yes callreturn = yes switchtype = euroisdn
2016 Apr 27
1
Determine if a set of x and y-latitude points are inside of a polygon using R
Objective: Determine if a set of x and y-latitude points are inside of a polygon using R. Lets say I have 9 polygons. Where I have labeled the polygons to be checked from 1-9. The problem I?m running into is running the point.in.polygon to check if those points are in one of several polygons, as my code overwrites the result. To accomplish this I am using the R-built in function called
2009 May 11
0
Partial correlation function required
---------- Forwarded message ---------- From: <r-help-bounces@r-project.org> Date: Mon, May 11, 2009 at 10:24 PM Subject: The results of your email commands To: das.moumita.online@gmail.com The results of your email command are provided below. Attached is your original message. - Results: Ignoring non-text/plain MIME parts - Unprocessed: What is the function for partial