Displaying 18 results from an estimated 18 matches similar to: "Database and variables"
2016 Aug 23
2
Dial and start music on hold after timeout
Maybe try progress() instead of answer ()
?????? 23 ????? 2016 7:19 PM,? "Jean Aunis" <jean.aunis at prescom.fr> ???:
> Thank you, I just tried your suggestion. Strangely, the announcement is
> played only if I try to dial a SIP peer which is not available (not
> registered to be more precise). If the SIP peer is available, I only get
> the ring tone, and never hear
2016 Aug 23
2
Dial and start music on hold after timeout
How about:
exten => s,1,Dial(SIP/alice&LOCAL/555 at delayed-announce,40)
[delayed-announce]
exten => 555,1,Wait(20)
same => n,Playback(myannouncement,noanswer)
same => n,NoOP(Whatever else you want to do goes here)
The 'noanswer' option on the Playback means that SIP/alice should continue
to ring for the remaining 20 of the 40 seconds, as the Playback will not
answer
2011 May 05
7
Draw a nomogram after glm
Hi all R users
I did a logistic regression with my binary variable Y (0/1) and 2
explanatory variables.
Now I try to draw my nomogram with predictive value. I visited the help of R
but I have problem to understand well the example. When I use glm fonction,
I have a problem, thus I use lrm. My code is:
modele<-lrm(Y~L+P,data=donnee)
fun<- function(x) plogis(x-modele$coef[1]+modele$coef[2])
2012 Sep 17
2
Problem with Stationary Bootstrap
Dear R experts,
I'm running the following stationary bootstrap programming to find the parameters estimate of a linear model:
X<-runif(10,0,10)
Y<-2+3*X
a<-data.frame(X,Y)
coef<-function(fit){
fit <- lm(Y~X,data=a)
return(coef(fit))
}
result<- tsboot(a,statistic=coef(fit),R = 10,n.sim = NROW(a),sim = "geom",orig.t = TRUE)
Unfortunately, I got this
2004 Feb 04
1
arima function
Hello,
I am a beginner user of R and I would like to estimate a model with AR
errors. I use arima function:
modele
<-arima(conso,xreg=var.exogenes,order=c(ordre,0,0),include.mean=TRUE,method
="CSS")
My inputs are dummies for each month except one, and the same thing for
each day and each hour. I have this error message:
Warning message:
possible convergence problem: optim gave
2010 Jul 20
20
render :js => "alert('Test !')"
Hi Folks,
I use render :js => "alert(''Test !'')" in my modele, but instead of
having the alert displayed, the browser try to donload a file containing
this string : <<render :js => "alert(''Test !'')">>. Do you know why I the
browser behaves such a way ?
Regards
--
Posted via http://www.ruby-forum.com/.
--
You received
2009 Jun 11
0
Variogram fitted by Cauchy
Hi
I'm using R(2.9.0) and gstat package under Windows to plot sample variograms.
When I want to fit them, I don't have the possibility to choose Cauchy functions. Under Mathematica for example, we have it and it seems to be the best one to fit the variograms I have
I tested the others functions, they can fit but I would,if possible, use the Cauchy one. If anybody knows something about
2009 May 18
2
[LLVMdev] llvm-java
Nicolas Geoffray wrote:
> Hi Andrew,
>
> Andrew Haley wrote:
>> Also, if you can make the capability generic enough to use in Shark
>> (more at http://gbenson.net/) that would be very useful.
>
> Agree.
>
>> The key, I suspect, is to allow the Java front end mark an array.length
>> field in such a way that LLVM knows that field doesn't alias
2009 May 18
0
[LLVMdev] llvm-java
Andrew Haley wrote:
>
> Right, so that part should be trivial. So, does the array bounds check
> elimination already work? If it does, that will considerably reduce
> the work that Andre needs to do. To say the least...
>
>
Trivial bounds check elimination already work, such as tab[2] = 1;
tab[1] = 2 (the second affectation won't have a bounds checks). Although
I
2009 May 19
3
[LLVMdev] llvm-java
Nicolas Geoffray wrote:
> Andrew Haley wrote:
>> Right, so that part should be trivial. So, does the array bounds check
>> elimination already work? If it does, that will considerably reduce
>> the work that Andre needs to do. To say the least...
>>
>>
>
> Trivial bounds check elimination already work, such as tab[2] = 1;
> tab[1] = 2 (the second
2006 Jul 06
1
Bug test di Rails
salve a tutti,
sentite, non riesco a capire i test automatizzati di Rails.
Secondo il libro, il ciclo di vita di un test prevede che per ogni
metodo ( che sarebbe in pratica un test da eseguire ) si verificano
sempre 3 eventi:
1) la cancellazione di tutti i record della tabella in esame
2) il caricamento di tutti i dati di test elencati nel file di fixture
della tabella ( ad esempio
2010 Jun 02
10
Session, memory_store & NoMethodError
Hy everybody,
first, excuse me for my english, I''m french (sorry for that :D).
My actual problem is that I encountered a [b]NoMethodError[/b] when I
tried to access to a session value that is not nil. I''m doing some ajax
calls and I afffect the key/value and access to session variable in the
same controler "injection_controller.rb". I also access to session in a
view
2007 Aug 01
0
Help on AsteriskNOW
Guys,
please help me in understanding what I'm mistaking...
Description:
I've configured my AsteriskNOW (beta 6) server, in service providers
section, with the parameters provided by my ITSP. Until now I've used
this configuration with SJphone and all worked perfectly.
Now I've decided to use this account with AsteriskNOW to begin my
experience with a VoIP based PBX.
The
2006 May 29
4
(no subject)
--
ZeeShan Afzal
(Channel Development Manager)
Cell No. (0321) 844 6631.
(0300) 844 6631.
Pakistan Office Products (POP)
UAN : 111 767 767
URL : www.pop.com.pk
S-15, 2nd Floor, Hafeez Centre,
Main Boulevard, Gulberg III,
Lahore. Pakistan.
Tel : (+92-42) 571-545, 571-5154.
Fax: (+92-42) 571-5265.
Email : ZeeShan@POP.com.pk
E-mail Disclaimer Notice:
This communication may contain
2004 Feb 03
0
GEE
Bonjour,
J'etudie une population de chevaux en captivite. Je souhaite identifier le ou les facteurs qui influencent la fecondite des femelles (=nombre de poulain= 0 ou 1) depuis 1995 jusqu'a 2003. Les variables explicatives sont donc disponibles pour les femelles par annee :
fem1_annee1
fem2_annee1
fem3_annee1
fem1_annee2
fem2_annee2
fem3_annee2
fem4_annee2
etc.
Le nombre de femelles
2004 Feb 02
0
ADS winbind/krb5 error
Hi all.
Pretty new in Linux side of the world. I'm trying to run Samba 3.x on Fedora-core-1 in an ADS environment,
with krb5 authentication. Installed Samba 3.0.2rc2 from source, installed the required libraries for
kerberos MIT, configured smb.conf and krb5.conf.
Run net ads join -U administrator and it worked, i can see the machine account in the active directory. From
my linux box I
2001 Nov 05
1
Problem to transfer Splus functions
Hello
I would like to transfer some Splus functions in R.
But I have a problem first about this assignation in Splus :
xnom <- deparse(substitute(x))
I am a bad programmer : I don't understand the R help
How to modify these functions ?
Thank you very much for your help
Here are the four functions and a data test
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):