Displaying 4 results from an estimated 4 matches for "loiselle".
2003 May 26
0
as.matrix() problem in mantel.test()?
Dear all,
I get an unexpected error when using the mantel.test function in
library(ape). Is there something wrong with my matrices?
> dmatr<- read.table("obt.Loiselle.kinship.intens02.DIST.matrix.txt",head=F)
> kmatr<-
read.table("obt.Loiselle.kinship.intens02.KINSHIP.matrix.txt",head=F)
>
> mantel.test(as.matrix(kmatr), as.matrix(dmatr), nperm = 500, graph = T)
Error in var(x, na.rm = na.rm) : `x' is empty
>
> is.matrix(as...
2005 Sep 27
5
Canada VOIP provider quality
I'm looking at switching VOIP providers, but want to ensure I move to a
company with sufficient capacity.
Can any Canadian VOIP users post/email me with feedback on their providers?
I'll post the results for all to read......
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 06
8
change languages from an IVR
A customer of mine wants an IVR where the first 3 choices are
1 English
2 Spanish
3 French
I can build the IVR but how do I get the system prompts to then speak
the selected langauge. For example, a caller has selected Spanish and so
is routed to the Spanish part of the IVR. At some point he breaks out of
the IVR to leave a VM. How does the system know to continue offering him
Spanish?
2005 Oct 04
0
can't reject call using macro-screen
I'm trying to screen the call transfert to my cell phone using a exemple
found on the web.
http://www.voip-info.org/wiki-Asterisk+cmd+Dial
It work partially: while I'm prompted to accept the the caller still her the
music. But wether I accept the call or reject it I'm put in communication
with the caller.
I can see in the log that MARCO_RESULT is set to CONTINUE when I reject the
call