search for: llamadas

Displaying 20 results from an estimated 163 matches for "llamadas".

2007 Oct 15
6
Form with two buttons
Hi, I need to make a form with two buttons. But I do wrong. And why not can be. form: ------------------------------- <%= form_tag :controller => ''establishment_contents'', :action => ''llamada'', :opMenu => opcionMenu %> [...] <%= image_submit_tag ("../images/incluir.gif", :op=>"addImage") %> [...] <%=
2007 Aug 31
2
How to spec routes for a resource nested in multiples resources?
Hi, I got the resource "Llamadas" nested in: - Operadores - Productos - Centros Here is part of my routes http://pastie.caboo.se/92767 I want to spec that the routes for Llamadas, I tried several approachs: - route_for(:controller => "llamadas", :action => "exitosas", :operador_id => 1).should...
2018 Mar 23
3
Ayuda con R-Studio condiciones
Estimados, Junto con saludar, agradecer? si alguien me pueda ayudar con un problema que tengo: Tengo una base de datos llamada "BD", la cu?l posee 300 columnas y 2800 filas, tengo una columna llamada "DIVISION" que se compone de dos d?gitos. Lo que quiero hacer, pero no s? como es: Generar una nueva columna (adicional), llamada "SECCION" que me clasifique con letras
2011 Feb 14
1
Error en lm.fit NA/NaN/Inf en llamada a una función externa
Hello, I am new with R, and I'm trying to fit a linear model, I did the following and obtein this result, can anybody help? Thanks, > logdftodos7925vi <- log(dftodos7925vi) > logALTURA7925<- log(dftodos7925$ALTURA7917) > logtodos7925.lm <- lm (logALTURA7925~., data= logdftodos7925vi) Error en lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : NA/NaN/Inf en
2018 Mar 23
3
Ayuda con R-Studio condiciones
He tratado de usar lo siguiente: a<- ifelse(BD$Divisi?n>=50 & BD$Divisi?n<59,"D", ifelse (BD$Divisi?n>=60 & BD$Divisi?n<=69,"G", ifelse (BD$Divisi?n>=70 & BD$Divisi?n<=79,"L", ifelse (BD$Divisi?n>=80 &
2014 Oct 01
1
JABBER_STATUS CODE 7
Hi all,I hope to find a solution with the help of the list, I'm trying to get the status of my extensions with ejabberd , the idea is to visualize my users ejabberd incoming calls or missed. I'm testing with my operator extension with this code but only get the missed call notification does not show me where the call is coming. my piece of code [operadora] exten =>
2012 Feb 28
1
Dotplot edition
...htblue", "lightgreen") k$points$pch <- 21 k$points$col <- "black" k$points$cex <- 1 cliente100RD<- cliente100[order(cliente100$porc_perd),] ### create the plot dotplot( rownames(cliente100RD) ~ perdida + contestada , data = cliente100RD, horiz = T,  main="Llamadas Enero 2012: RM",sub="Clientes ROI",     par.settings = list(         superpose.symbol = list(             pch = 21,             fill = c( "lightblue", "lightgreen"),             cex = 2,             col = "black"          )      ) , xlab = "n°...
2009 Apr 13
2
retransmision error con asterisk 1.4.24.1
se?ores alguien le ha presentado este problema al acceder al voicemail o al hacer una llamada a la pstn 1940> Playing 'vm-received' (language 'es') -- <SIP/111-08d91940> Playing 'digits/yesterday' (language 'es') -- <SIP/111-08d91940> Playing 'digits/at' (language 'es') -- <SIP/111-08d91940> Playing
2010 Aug 10
1
R y la gestión de memoria
...ande. La llamo muchas veces haciendo algo así como: resultados <- sapply( entradas, foo ) En Windows XP (no lo he probado en Linux) la memoria ocupada por R comienza a crecer hasta que el proceso muere. Sin embargo, uno espera que el uso de memoria se mantenga constante durante la sucesión de llamadas a foo: al fin y al cabo, son secuenciales. He solucionado el problema borrando explícitamente el objeto grande dentro de foo y llamando a gc() justo después. Sin embargo, me gustaría saber por qué después de cada llamada a foo (en la implementación original de la función) R (o Windows) no devuelve...
2005 Sep 21
3
How can i call to a cellphone here in Mexico?
Hi, I've been trying to dial out to a cellphone, but all my calls get redirected to 066 (the emergency number at my city, like 911) does anyone know how to fix this, any ideas,? does anyone from mexico has done this? Any comment will be highly appreciated, Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Aug 14
2
obtener matriz de contactos
Estimados usuarios de R: Estoy probando la econometría espacial reproduciendo el paper Introduction to Spatial Econometrics: An application to the study of fertility in Argentina using R. de Herrera Gómez, Marcos; Cid , Juan Carlos and Paz , Jorge Augusto. La diferencia es que voy a usar datos de Uruguay del Censo 2011. Ellos utilizan GeoDaSpace para calcular la matriz de contigüidad (tambien
2006 May 09
5
voipjet down?
Somebody know if they are down? Let me know, Julius C. Barber ventas@gringotel.com www.GringoTel.com Tel. USA: 1-408-705-1189 GringoTel - ahorre en sus llamadas internacionales. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060509/924605b6/attachment.htm
2018 Feb 15
2
Pasar una lista de palabras por una variable del dataframe
Hola, Tengo un grupo de 600 palabras que he recogido en una lista en R llamada "Atributos". Necesito saber cuántas veces cualquiera de esas palabras aparece en cada observación de la variable "Opinion" del dataframe "Datos", esta es una variable de texto. ¿Qué paquete se usaría? Gracias!
2005 Jul 05
2
Java and R help
Im doing an aplication in Java and i have a program made in R what i want to launch with Java. I have the following instructions: Runtime r = Runtime.getRuntime(); try { System.out.println ("Llamada a R..."); p = r.exec(sRutaR); } catch (IOException e) { System.out.println ("Error lanzando R: " +
2007 Oct 22
3
Authenticate by IP?
I have a customer that needs an Asterisk server to sell minutes for cell phones in Mexico. I do not see a problem with that since he will get the calls by SIP and then use GSM adapters to get the calls into the GSM network. My problem is that his customers only want to be identified by IP and not by a username and password. Is there a way to authenticate just by using an IP address? --
2011 May 24
4
Sumarizar medidas repetidas
Hola ¿Alguno tiene un código para sumarizar medidas? my.df <- data.frame( "ID" = c( rep("A", 3 ), rep("B",2),"C", rep("D",3) ), "Obs.1" = rnorm( 9,0,1 ), "Obs.2" = rnorm( 9,0,3 ) ) Algo que quede mas bonito que esto: by( my.df, my.df$ID, mean ) Gracias un saludo! -- Patricia García González [[alternative HTML
2015 Jun 09
3
Tablas con tabular en latex
...\documentclass{article} \usepackage{array,booktabs,caption} \begin{document} \SweaveOpts{concordance=TRUE} \include{math} <<echo=TRUE>>= save.image() load("./.RData") library("tables") library("xtable") attach(lfebrero) @ \section*{Informe} \subsection*{Llamadas por dia} <<echo=TRUE,results=tex>>= tabular(FECHA_LLAMADA ~ 1, data=lfebrero) @ \end{document}com ************* Sin embargo obtengo el error "Missing $ inserted". Creo que el error lo genera la función latex() al general el código latex de la salida de la función tabular...
2019 Jul 28
2
Creación de vector con una secuencia de números enteros.
Buenas. Soy un chaval novato en el uso de R. Ando haciendo un curso online, y he llegado a una parte en la que me he atascado. La instrucción es la siguiente: crea una variable llamada | 'mi_vector' que contenga un vector con los números enteros del 11 al 30. Recuerda | que puedes usar el operador secuencia ':' A lo cual yo he introducido el siguiente comando:
2017 Mar 15
2
R <- POO
De hecho, dos de los principios de diseño de R son: 1) Todo lo que existe es un objeto. 2) Todo lo que sucede es una llamada a una función. Un saludo, Carlos J. Gil Bellosta http://www.datanalytics.com El 15 de marzo de 2017, 14:22, <miguel.angel.rodriguez.muinos en sergas.es> escribió: > Disiento, Javier. > > R sí es un lenguaje orientado a objetos. > > :-) > >
2006 Jan 10
3
Working with R in a multi-processor machine.
...code adapt itself to the new machine (Unix with al least 4 processors)? Or shall I change the code to have multiple real threads and transform the algorithms into parallel computing strategies? Thanks in advance, Aitor. --------------------------------- LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y moviles desde 1 centimo por minuto. [[alternative HTML version deleted]]