Displaying 20 results from an estimated 30 matches for "elguero".
2006 Sep 11
3
"unvector" ?
...ly, I have a character vector, say u
and I want a single string, but
>paste(u)
doesn't work, so I would like something like
>paste(unvector(u)).
I am interested in a solution to the general problem too,
as the only one I found is maintaining two versions of the
functions I write.
Eric Elguero
GEMI-UMR 2724 IRD-CNRS,
Equipe "Evolution des Systemes Symbiotiques"
911 avenue Agropolis, BP 64501,
34394 Montpellier cedex 5 FRANCE
2011 Feb 10
3
modifynig some elements of a vector
...cated values in u
I found this solution:
tu <- table(u)
indices <- as.numeric(names(tu))
x[indices] <- x[indices]+tu
but it looks ugly to me and I would
prefer to avoid calling the function 'table'
since this is to be done millions of times
as part of a simulation program.
Eric Elguero
G?n?tique & Adaptation des Plasmodium
IRD
Montpellier - FRance
2013 Dec 12
1
censored counts and glmer/glmmADMB
...glmmADMB?). That seems not to exist.
my question is :
how could I add a custom-built family of distributions that
I could call in glmer/glmmADMM ?
if it's not possible, I am considering imputing fake values
to replace the censored ones, but I am unsure whether this
is bad or very bad...
Eric Elguero
MIVEGEC (UM1- UM2 -CNRS 5290-IRD 224)
Maladies infectieuses et vecteurs :
?cologie, g?n?tique, ?volution et contr?le
Centre IRD de Montpellier
911 Av Agropolis - BP 64501
34394 Montpellier Cedex
2007 Mar 28
2
what is the difference between survival analysis and (...)
...provide me with a
dataset (preferably real) where there is a striking
difference between estimated RRs and/or between
P-values? and of course I am interested in theoretical
arguments and references.
sorry that this question has nothing to do with R
and thank you in advance for your leniency.
Eric Elguero
GEMI-UMR 2724 IRD-CNRS,
?quipe "?volution des Syst?mes Symbiotiques"
911 avenue Agropolis, BP 64501,
34394 Montpellier cedex 5 FRANCE
2012 Mar 18
1
call to system returns warning : status 2 (Ubuntu)
...ca/serca-Trs.out' had status 2
however, when I run the very same command at the bash prompt,
everything seems fine (no complaint).
in either cases, the output is the same and looks correct.
So, may I just ignore these warnings or is there something
I should fix?
thank you in advance,
Eric Elguero
MIVEGEC
IRD -CNRS - UM1
Montpellier - France
2011 Jun 16
1
problem with missing package
...find it in the usual repositories.
in any case, I would like to recover at least those R objects
that do not depend on nlme.
I tried :
$mv .RData xxx
$R
>load("xxx")
but that doesn't help.
Is there a method to extract some information from .RData
without loading it?
Eric Elguero
2010 Apr 29
1
randomness in stepclass (klaR) or lda (MASS) ?
...om subsample instead of
using all the data (?) That might be a sensible choice
with a very large sample.
I advised her to run the function several times and
see if a consensus emerges, but that doesn't seem to
be the case, and besides, I would like to know what
really is going on.
thanks
Eric Elguero
Laboratory Genetics and Evolution of Infectious Diseases,
Team: Genetics and Adaptation of Plasmodium
UMR 2724 CNRS-IRD,
IRD Montpellier,
911 Avenue Agropolis, BP 64501,
34394 Montpellier Cedex 5,
France
> f4.U.spDA <- stepclass(f.mes, f.gp4,
"lda",improvement=0.01,prior=rep(0...
2009 Apr 27
2
refit with binomial model (lme4)
Dear R users,
I'm trying to use function 'refit' from lme4
and I get this error that I can't understand:
> refit(dolo4.model4,cbind(uu,50-uu))
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "refit", for signature
"mer", "matrix"
if I try:
> refit(dolo4.model4,uu)
Error in asMethod(object) :
2012 Jan 27
0
Asterisk 1.8.9.0 Now Available
...s are now loaded
at. This now occurs before loading other resource modules, such
that the timing source is guaranteed to be set prior to resolving
the timing source dependencies.
(closes issue ASTERISK-17474) Reporter: Luke H Tested by: Luke H,
Vladimir Mikhelson, zzsurf, Wes Van Tlghem, elguero, Thomas Arimont
Patched by elguero
* Fix RTP reference leak. If a blind transfer were initiated using a
REFER without a prior reINVITE to place the call on hold, AND if Asterisk
were sending RTCP reports, then there was a reference leak for the
RTP instance of the transferrer.
(closes...
2012 Jan 27
0
Asterisk 10.1.0 Now Available
...s are now loaded
at. This now occurs before loading other resource modules, such
that the timing source is guaranteed to be set prior to resolving
the timing source dependencies.
(closes issue ASTERISK-17474) Reporter: Luke H Tested by: Luke H,
Vladimir Mikhelson, zzsurf, Wes Van Tlghem, elguero, Thomas Arimont
Patched by elguero
* Fix RTP reference leak. If a blind transfer were initiated using a
REFER without a prior reINVITE to place the call on hold, AND if Asterisk
were sending RTCP reports, then there was a reference leak for the
RTP instance of the transferrer.
(closes...
2020 Jan 22
2
permission woes on systemd
I'm running asterisk 16 on Fedora 31. If I start asterisk as user
asterisk, all goes well. But if I start asterisk from systemd:
asterisk[1411]: [Jan 21 19:36:47] ERROR[1411]: res_sorcery_config.c:320
sorcery_config_internal_load: Unable to load config file 'pjsip.conf'
Jan 21 19:36:47 asterisk.riverside asterisk[1411]: [Jan 21 19:36:47]
ERROR[1411]: config_options.c:710
2020 Jan 22
0
permission woes on systemd
...erisk work, but fail using
> systemd ?
>
Have you checked SELinux? After creating the configuration files, did you run 'restorecon' on the appropriate asterisk directories? If not, the files are not labeled correctly and SELinux might be denying access.
Just a thought.
Michael
(elguero)
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
...issue which looks like what you describe and was fixed in 13.16
[ https://issues.asterisk.org/jira/browse/ASTERISK-26143 | https://issues.asterisk.org/jira/browse/ASTERISK-26143 ]
Not sure if this is the answer to your problem but thought that I would throw that out there.
Michael L. Young
(elguero)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200514/0089aafe/attachment.html>
2008 Jan 11
0
Tabulations in command-line under linux
Hi everybody,
I'm trying to use R (2.4.1) undr Linux (debian) and a thing bothers me:
sometimes I paste lines from a text editor into the R command line and
tabulations are catched by the completing-names function of the csh.
How could this behaviour be inhibited?
thanks in advance
Eric Elguero
2010 Sep 08
0
Asterisk 1.8.0-beta5 Now Available
...ersions page.
http://www.asterisk.org/asterisk-versions
This release contains fixes since the last beta release as reported by the
community. A sampling of the changes in this release include:
* Fix issue where TOS is no longer set on RTP packets.
(Closes issue #17890. Reported, patched by elguero)
* Change pedantic default value in chan_sip from 'no' to 'yes'
* Asterisk now dynamically builds the "Supported" header depending on what is
enabled/disabled in sip.conf. Session timers used to always be advertised as
being supported even when they were disa...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
* Correct issue where res_config_odbc could populate fields with invalid data.
(Closes issue #18251, #18279. Reported by bcnit, zerohalo. Tested by trev,
jthurman, elguero, zerohalo. Patched by tilghman)
* Resolve issue where re-transmissions of SUBSCRIBE could break presence.
(Closes issue #18075. Reported by mdu113. Patched by twilson)
* Resolve issue in res_odbc where it may crash when a query fails.
(Closes issue #18243. Reported, patched by ks3)
* Fix C...
2011 Feb 28
0
Asterisk 1.6.2.17 Now Available
...* Resolve duplicated data in the AstDB when using DIALGROUP()
(Closes issue #18091. Reported by bunny. Patched by tilghman)
* Correct issue where res_config_odbc could populate fields with invalid data.
(Closes issue #18251, #18279. Reported by bcnit, zerohalo. Tested by trev,
jthurman, elguero, zerohalo. Patched by tilghman)
* When using cdr_pgsql the billsec field was not populated correctly on
unanswered calls.
(Closes issue #18406. Reported by joscas. Patched by tilghman)
* Resolve issue where re-transmissions of SUBSCRIBE could break presence.
(Closes issue #18075. Reporte...
2011 Jun 29
0
Asterisk 1.4.42 Now Available (Final Maintenance Release)
...ues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
* Resolve regression with ring groups in the Dial() application
(Closes issue ASTERISK-17874. Reported by mspuhler. Patched by elguero)
* Resolve deadlock when using tab completion on the 'meetme kick' CLI
command
when an invalid (non-existent) conference room is specified.
(Closes issue ASTERISK-17771. Reported, patched by zvision)
* Resolve issue where voice frames could be dropped when checking for T.38
during...
2010 Sep 08
0
Asterisk 1.8.0-beta5 Now Available
...ersions page.
http://www.asterisk.org/asterisk-versions
This release contains fixes since the last beta release as reported by the
community. A sampling of the changes in this release include:
* Fix issue where TOS is no longer set on RTP packets.
(Closes issue #17890. Reported, patched by elguero)
* Change pedantic default value in chan_sip from 'no' to 'yes'
* Asterisk now dynamically builds the "Supported" header depending on what is
enabled/disabled in sip.conf. Session timers used to always be advertised as
being supported even when they were disa...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
* Correct issue where res_config_odbc could populate fields with invalid data.
(Closes issue #18251, #18279. Reported by bcnit, zerohalo. Tested by trev,
jthurman, elguero, zerohalo. Patched by tilghman)
* Resolve issue where re-transmissions of SUBSCRIBE could break presence.
(Closes issue #18075. Reported by mdu113. Patched by twilson)
* Resolve issue in res_odbc where it may crash when a query fails.
(Closes issue #18243. Reported, patched by ks3)
* Fix C...