Displaying 20 results from an estimated 1000 matches similar to: "ANNOUNCE: Flash Operator Panel"
2003 Mar 13
2
RODBC and Excel in Widows
Hello, I have some problems with RODBC and Excel in Win98
I am using R 1.6.2 and just upgraded RODBC to the last version on CRAN.
I have an Excel file with columns Number, Name, Sex, Age, FEV1 on Sheet
1 and Number, Age, FEV1, Name, Sex on Sheet 2.
Now I open the channel to the file
> chan1 <- odbcConnectExcel("c:/testOdbc.xls")
> tables(chan1)
and the list appears with the 2
2016 Jul 28
2
Eliminar filas al principio y final de un .csv en R
Hola a todos,
tengo 170 .csv donde tengo que eliminar las primeras 20 lineas (primer
bloque) y luego todo un último bloque de datos (tercer bloque) que está
separado por dos filas sin datos del segundo bloque (que es el que me
interesa). El tercer bloque empieza en cada .csv en una linea diferente por
lo tanto no se si puedo automatizar en R quedarme tan solo con la
información a partir de la
2016 Jul 28
2
Eliminar filas al principio y final de un .csv en R
Muchas gracias Carlos,
la lógica es perfecta pero no se como identificar con código las lineas en
blanco entre el bloque 2 y el bloque 3. Para de esta forma quedarme solo
con el bloque 2.
Tienes alguna idea?
Muchas gracias.
Joan
2016-07-28 17:00 GMT+02:00 Carlos Ortega <cof en qualityexcellence.es>:
> Hola,
>
> Se me ocurre esta solución en pseudo-código...:
>
>
>
2008 Jan 23
8
Peak number of calls?
Is there any way to find-out the peak number of calls that an asterisk
system has had? Not the total number of calls, but the maximum number of
simultaneous calls.
I know I can porobably go through the CDR logs and look for calls which
have overlapped in time, but I'm wondering if there's some counter
somewhere I could access...
(I'm looking for evidence for an ISDN client who
2011 May 24
3
test de Friedman , con comparación planificada simple (la primera contra el resto...).
Hola.
Hay alguna función que haga un Friedman test (digamos 4 tratamientos o
tiempos relacionados/dependientes) y que después haga una comparación
de un tratamiento contra el resto, digamos el primero, como un
contratase simple, o un Dunnett?
o simplemente ¿como hago un Dunnett para unos tratamientos relacionados?
--
Antonio M
[[alternative HTML version deleted]]
2008 Dec 11
1
preprocessor VAD only rocognize between silence and not silence
Hello,
in my project im using speex 1.2rc1 and the preprocessor VAD seems to
only separate complete silence from not complete silence frames.
The Speex Manual, you can read "The voice activity detector (VAD)
provided by the preprocessor is more advanced than the one directly
provided in the codec."
but if you go to the source code in preprocess.c line 995 "/* FIXME:
This VAD
2003 May 06
2
capi + bri ?
Hello,
I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below).
----------------
-- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack
-- Called s@janm
-- SIP/janm-63f5 is ringing
-- SIP/janm-63f5 is ringing
-- SIP/janm-63f5 is ringing
----------------
But I can't make outgoing calls from
2013 Sep 04
1
[PATCH] drm/nv84-: write fence value on exit, and restore value on init.
Op 04-09-13 05:21, Ben Skeggs schreef:
> On Tue, Sep 3, 2013 at 12:31 AM, Maarten Lankhorst
> <maarten.lankhorst at canonical.com> wrote:
>> This increases the chance slightly that recovery from lockup can happen
>> succesfully.
> I'd *really* love to see proof of this. When channels die, all
> outstanding fences are marked as signalled. This should do
2005 Mar 13
5
possible bug in chan_capi concerning context handling
Hello,
I am trying to configure asterisk 1.0.7pre to get incoming calls from an
ISDN line using an AVM fritz PCI 2.0 with Chan_capi 0.3.5. My problem is
that the context is not recognised in the /etc/asterisk/capi.conf
I have in /etc/asterisk/capi.conf 's section "[interfaces]" the
following directive
context=isdn
and the following directive in /etc/asterisk/extensions.conf in
2014 Sep 16
1
Disabling CDR for all dialed parties in Asterisk 12
Hello,
is it possible to disable the CDR record creation for all dialed parties? From my limited testing it looks like CDR_PROP(disable) is effective only for the first party (the one specified before the first ampersand in the Dial application argument) and I can't find any way to disable it for the other ones (I think the CDR in question is written after the Dial completes). Is it by design?
2004 Jul 01
5
voicemail notification?
Just upgraded to cvs Head this morning and noticed our voicemail
notification (via email) is failing with:
Jul 1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail:
E-mail addres s missing for mailbox [3000]. E-mail will not be sent.
However, a valid address in voicemail.conf has been working just
fine until now. Sendmail is running, etc.
If I add a "second" email address
2004 Dec 20
2
problems with limma
I try to send this message To Gordon Smyth at smyth at vehi,edu.au but it bounced
back, so here it is to r-help
I am trying to use limma, just downloaded it from CRAN. I use R 2.0.1 on Win XP
see the following:
> library(RODBC)
> chan1 <- odbcConnectExcel("D:/Data/mgc/Chips/Chips4.xls")
> dd <- sqlFetch(chan1,"Raw") # all data 12000
> #
> nzw <-
2004 Apr 16
2
Newbie alert: Cannot get voicemail to answer (have scoured the web for help)
I'm having a bit of a problem here:
I have a * box with a fritz isdn card (running capi 2.0 and chan_capi) and a
x100p card for testing purposes.
As a proof of concept, I wanted to be able to dial into the * using the isdn
line, listen to a message, and enter a 3 digit extension number. If this
happens, I wanted the * box to dial out using the x100p card, into our PBX
(Nortel Meridian).
If
2004 Aug 10
11
CAPI call transfer
Hi,
I am having trouble configuring CAPI so that call transfers work.
I make a SIP call to asterisk which goes out on ISDn via CAPI. Then
I
try to do a transfer from the SIP phone which doesn't work and
results
in the call being disconnected.
The error message given by asterisk is that it chan_capi can't find
an
entry for the outgoing msn for the transfer however the outgoing msn
is the
2004 Jun 28
4
Chan_Capi Down
Hi all,
* was running ... I have a WT405P and an AVM C4 with chan_capi 0.3.4a
Today chan_capi stopped working, without any changings at the system.
It seems, that not * is the reason, because isdn-log also shows no calls.
If I try to call * from outside via capi, I only get a busy.
That is the try from inside to outside:
stern01*CLI>
-- data = @89930:0107901723168212
-- capi
2010 Jun 14
1
Sintaxis para Medidas repetidas
Estimados,
Mi problema consiste en probar efectos de dos sistemas de siembra en la
abundancia de insectos (variable de conteo). Tengo un diseño en bloques con
el sistema de siembra, con muestreo semanales de insectos (10 semanas) en
cada unidad experimental. Quiero aplicar un modelo lineal generalizado con
distribución de Poisson, con medidas repetidas en el tiempo. Agradecería
ayuda con la
2003 Jun 24
8
excel files and R
Greetings everyone,
I am new at R. My questions is rather basic. Looking R manuals looks
like there should be a way to read MS excel files into R. Could
somebody tell me which library should I use for that?
Thanks in advance
Victor H. Marín
Laboratorio de Modelación Ecológica
Depto. de Ciencias Ecológicas, Fac. de Ciencias,
Universidad de Chile
Casilla 653 Santiago, Chile
2012 Jun 28
3
Sobre survival analysis
Hola
Estoy tratando de correr un survival analysis usando un Cox regression model.
Tengo una duda respecto a la organizacion del script. Tengo una variable que es -tamano del individuo- y quiero ver si hay diferencia en sobrevivencia respecto a tamano. Como diseno de campo los tamanos fueron ubicados de forma aleatoria en bloques al azar.
Cuado planteo el script tengo algo como:
2004 May 27
6
CAPI / Channels
hi all,
i have a probably very stupid question/problem.
for testing purpose i am trying to get asterisk running with two isdn
cards. I'd only like to here the demo sound when i call the number - but
nothing works.
The output of show channels is not showing any channel - should there be
4 channels ? - capi info shows my two cards perfectly.
The ISDN Controller's are attached to an PTMP
2013 Dec 23
4
ayuda con documento knitr
Hola, no se si es este el sitio apropiado para mi consulta, pero
igual alguien también ha tenido el mismo problema.
Estoy preparando un
documento con knitr a través de Tinn-R y WinEdt. Todo va bien hasta que
quiero mostrar directamente el resultado
de una secuencia de código
directamente en el documento. Entonces al crear el documento latex me
sale el siguiente error:
("C:ARCHIVOS DE