Displaying 20 results from an estimated 25 matches for "patres".
Did you mean:
pathes
2010 Aug 08
2
Importing arguments for use by functions in a script
...1<-system.time(source("seq_imp_fct.R"))
systime2<-system.time(source("pattern_fct.R"))
systime3<-system.time(source("AAdistribution_fct.R"))
# run function
systime101<-system.time(seqres<-seq_imp_fct("testprot.txt"))
systime102<-system.time(patres<-pattern_fct(pattern="SS{1,2}",sequences=seqres))
systime103<-system.time(AAres<-AAdistribution_fct(sequences=patres))
As my list is of functions is growing, I was attempting to write a script
that would allow me to semi-automate this.
I have created a table of function file na...
2003 Oct 31
3
Problems with help.start()
Hello there,
I've just installed R for Windows 1.8.0 and I'm experiencing problems with
help.start().
It opens the help page as it supposed to do, then I go to "Search Engine &
Keywords", but when I click anything there, it returns me a (aparently)
JavaScript error, something like "The object does not support this method or
property".
The Search Engine doesn't
2007 Jul 27
0
Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2007 Jul 27
0
Autoreply: Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2007 Jul 27
0
Autoreply: Autoreply: Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2007 Jul 27
0
Autoreply: Autoreply: Autoreply: Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2007 Jul 27
0
Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2007 Jul 27
0
Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2007 Jul 27
0
Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2007 Jul 27
0
Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Re: Display IE
Hi!
Thank you all for the info!
But I think I haven't explained my scenario well enough.
I am not relaying the calls to SIP.
What happens is the following (the scenario is: a call started from an
ISDN E1 PBX, through the asterisk, to the PSTN, and was answered by the
remote party):
1. A CONNECT comes from the PSTN containing a Display IE (which has info
sent by the telco that is used for
2012 Apr 13
4
agent suddenly disabled
Disclaimer: I''m a newbie... I''ve only been using Puppet for a few
days.
My agent has been running fine for a few days but now when I perform:
puppet agent --no-daemonize --verbose --onetime
I get the following message:
notice: Skipping run of Puppet configuration client; administratively
disabled; use ''puppet Puppet configuration client --enabled'' to re-
2003 Feb 03
1
Problems with table
Hi,
I'm having difficulties in the manipulation of the function table.
Necessary to have access its elements and I am not obtaining. For example,
if I have a data.frame with name "df" and make:
t < - data.frame(table(df))
and later trying to make a comparison of the type t[1,1 ] < 0.1, generates
an error of the type:
[1] NA
Warning message:
"<" not meaningful for
2003 Feb 04
1
Background color of plot
I'm using the parameters "mfrow" and "mfg" to display some graphics(plots)
at the same time. Although, because of the parameter "mfg", the parameter
"bg" donĀ“t change the background color.
What can I do to solve this?
Here is the code I'm using...
...
i <- 1
for(j in 1:4){
for(k in 1:2){
limiares <-
2003 Jun 23
1
Smooth of a temporal serie
Hello all,
I'm a new member in this list and, also, a new R user and need some
information about Resistant Smooth (using medians).
The method I need of Resistant Smooth is the 4253H one and I didn't found
how to perform that in R.
Does anybody have an idea?
Thanks,
Henrique.
2003 Jun 26
1
Smooth of a time serie
Thomas,
First of all, thanks for the help, but it isn't exactly what I'm looking
for. smooth() doesn't perform the smooth the way I want it to do.
I want, precisely, the 4253H method. R doesn't give the option to do that.
Thanks,
Henrique.
2008 May 02
0
SRTP between 2 asterisks
Hi!
I am having trouble getting the following configuration to work:
PHONE1 <-- rtp --> Asterisk <--IAX--> Asterisk_SRTP_1 <--- srtp --->
Asterisk_SRTP_2 <-- rtp--> PHONE2
This means, I am using regular voip clients without srtp support on both
sides, but the communication between the 2 Asterisk_SRTP boxes must be
secure. The Asterisk_SRTP_2 box is registered in the
2005 Oct 26
1
SWAT Help Hyperlinks Not Working
All SWAT local help hyperlinks produce a 404 File not found error. I'm
using a new install of SuSE 10.0; SuSE 9.x did not have this problem. I
have installed samba-doc.
The page source of the Welcome to SWAT! page contains the following
hyperlinks:
<li><b>Daemons</b>
<ul>
<li><a href="/swat/help/manpages/smbd.8.html"
2001 Nov 02
2
Help with Swat
Hello!
I am a Linux newbie. I have put a DHCP network together (to share windows
drives on home computers) and I cannot get SWAT to work. On Redhat 7.0, SWAT
is a choice in the settings bar on the Gnome desktop. When I run swat, the
error message is something like "error, connection timed out" from Netscape.
As far as I can tell, the port is inactive "http://localhost:901"
I
2012 Aug 22
2
AIC for GAM models
Dear all,
I am analysing growth data - response variable - using GAM and GAMM models,
and 4 covariates: mean size, mean capture year, growth interval, having
tumors vs. not
The models work fine, and fit the data well, however when I try to compare
models using AIC I cannot get an AIC value.
This is the code for the gam model:
2010 May 19
2
customized form_for in ApplicationHelper
hello,
I want to make a table within a form by making a new form_tag. The
following code in ApplicationHelper fails:
def tabular_form_for(name, object = nil, options = nil, &proc)
concat("<table>", proc.binding)
form_for(name,
object,
(options||{}).merge(:builder => TabularFormBuilder),
&proc)
concat("</table>",