similar to: Rmysql

Displaying 20 results from an estimated 1000 matches similar to: "Rmysql"

2009 May 14
3
Rstat e InformationBuilders
Hola, ¿qué tal? No sé si es o no noticia conocida, pero ahí va el enlace: http://www.informationbuilders.com/products/webfocus/predictivemodeling.html Y, ahora, en resumidas cuentas: una multinacional que vende herramientas de gestión ha incorporado un módulo de "análisis predictivo" construido sobre R. Poco a poco, R se hace un hueco en la empresa... Un saludo, Carlos J. Gil
2011 Mar 16
6
Recursos sobre R en la red, Twitter, etc.
Hola, ¿qué tal? Hace unos meses anuncié en esta lista que había creado un agregador de noticias de R. Este agregador rastrea una serie de blogs, filtra aquellas entradas referentes a R, las agrega y: 1) Crea un RSS, que puede consultarse aquí: http://datanalytics.com/r_blogs_mashup.rss 2) Publica las entradas nuevas en Twitter bajo el usuario @noticiasSobreR. Están todas etiquetadas como
2015 Jul 01
2
Grado de uso de R en el sector público y privado - Estudio de rendimiento
Buenos días: Un saludo a todos y a todas. Quisiera consultaros acerca del grado de uso de R en España y en el mundo. He leído, por ejemplo, que es posible integrar el uso de R en herramientas de Business Intelligence (Microsoft Sql Server, Reporting Services), pero ¿realmente se utiliza esa integración?. Y, en general, ¿qué grandes empresas utilizan R y para qué?. También preguntar si tenéis
2010 Mar 31
3
regular expression help to extract specific strings from text
Dear all, Lets say I have the following: > x <- c("Eve: Going to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah") > x [1]
2019 Apr 16
3
PROBLEMAS NOMBRES DE COLUMNAS CON ESPACIOS CONEXION R-SQL
Buenas tardes, Estoy tratando de realizar un update en SQL desde R: sqlUpdate(conexion1, data.frame(AUXILIAR), tablename = "AUXILIAR") y me devuelve el siguiente error: *Error in sqlUpdate(conexion1, data.frame(AUXILIAR), tablename = "AUXILIAR", : * * data frame column(s) Corteoptimo Cortediario not in database table* El problema es que sí existen esas columnas en SQL pero
2013 May 16
2
[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
This patch allows virtio-net driver to report traffic distribution to inbound/outbound queues through ethtool -S. The per_cpu virtnet_stats is split into receive and transmit stats and are maintained on a per receive_queue and send_queue basis. virtnet_stats() is modified to aggregate interface level statistics from per-queue statistics. Sample output below: NIC statistics: rxq0:
2013 May 16
2
[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
This patch allows virtio-net driver to report traffic distribution to inbound/outbound queues through ethtool -S. The per_cpu virtnet_stats is split into receive and transmit stats and are maintained on a per receive_queue and send_queue basis. virtnet_stats() is modified to aggregate interface level statistics from per-queue statistics. Sample output below: NIC statistics: rxq0:
2012 Sep 25
2
small negative values instead of zeros in nested loop
Hi,I am trying to run a code with a series of nested for loops, here is a simplified version of it: J<-seq(0,1,0.2) D<-seq(0,1,0.2) for (x in 1:10) { for (j in 1:length(J)) { for (d in 1:(length(D)-j+1)) { x.end<-x*(1-J[j]-D[d]) print(x) print(J[j]) print(D[d]) print(x.end) } }} The problem is that whenever x.end should be zero it takes a
2014 Jan 17
3
propuesta hackaton con Open Knowledge FoundatioN Spain (OKFN)
Hola, Como miembro activo de la OKFN, y asistente en lo posible a las quedadas de R, canalizo la propuesta de organizar un hackaton en colaboración entre estos dos grupos/asociaciones. La OKFN en una frase: "OKFN Spain es el grupo local de la OKFN, organización sin animo de lucro internacional para la promoción del conocimiento abierto." Para más info: - http://okfn.es/ -
2017 Mar 22
2
Alternativa a RStudio
Hola, No sé si sabes que puedes usar "VIM" como editor dentro de RStudio. En la barra de menú superior: Tools >> Global Options >> (en la ventana que aparece) Code >> Editing >> Y entre las diferentes opciones que aparecen, a mitad de altura de esa pantalla aparece "Keybindins" un desplegable... ahí podrás seleccionar "Vim"... Saludos,
2012 Apr 02
2
Curso de R promovido por el INE
La Escuela de Estadística de las Administraciones Publicas organiza un curso de "R Fundamentos": http://www.ine.es/ine/eeaapp/sem1cur13.pdf Que el INE empiece a aproximarse hacia el mundo del software libre es una gran noticia. -- +-------------------------------------------------------------- | Francisco J. Viciana Fernández | Coordinador del Registro de Población | Servicio de
2011 Aug 24
1
problema de selección de valores iniciales en nlm
Hola a todos, Necesito estimar dos parametros utilizando la función nlm; fit<-nlm(hood2par,c(x01[i],x02[j]),iterlim=300, catch=x[,c(3,4,5)],sp=.5) donde hood2par es una logística modificada. Pero en mi caso, la convergencia de nlm depende de los valores iniciales de dichos parámetros. Para buscar dichos valores iniciales de manera automática, genero dos vectores de valores iniciales
2013 Mar 06
1
red SNA
Estimados Le consulto porque estoy intentando presentar unos datos de alguna forma un poco distinta, salir un poco de la costumbre. Primero describo los datos: Suponiendo una secuencia: golpe al auto -> torura de vidrio -> rotura de aciento otro auto golpe al auto -> -> rotura de aciento , a este por alguna causa no se le rompio el vidio o esa información es desconocida. Esta
2014 Jul 04
3
script de anomalias
Tengo una consulta, alguien tiene algun script en R para hacer graficos de anomalias estandarizadas (precipitacion, temperatura, etc) y que me permita pintar de rojo anomalias positivas y azules las negativas, ​Muchas gracias de antemano​ -- Luis Alfonso LOPEZ ALVAREZ MSc- Meteorologia - Ing. Sistemas PROFESIONAL ESPECIALIZADO (E) METEOROLOGO - IDEAM e-mail: llopez@ideam.gov.co
2012 Oct 25
2
Minería de texto
Cordial Saludo Actualmente estoy realizando una función para gráficar una nube de palabras el código que tengo es el siguiente: library(twitteR)library(tm)library(wordcloud)library(RXKCD)library(RColorBrewer) tweets=searchTwitter(''@afflorezr'', n=1500) generateCorpus= function(tweets,my.stopwords=c(),min.freq){ #Install the textmining library require(tm) require(wordcloud)
2013 Apr 24
12
Re-instalacion de sistema operativo
Hola! Necesito reinstalar ubuntu, con lo cual R se actualizará a 2.13.3 (es la última version, verdad?) y me gustaría saber si hay alguna forma de conservar los paquetes que ya tengo instalados en R.? Muchas gracias!! Milagros [[alternative HTML version deleted]]
2019 Feb 21
1
[PATCH v7 0/7] Add virtio-iommu driver
Hello Jean-Philippe, Jean-Philippe Brucker <jean-philippe.brucker at arm.com> writes: > Makes sense, though I think other virtio devices have been developed a > little more organically: device and driver code got upstreamed first, > and then the specification describing their interface got merged into > the standard. For example I believe that code for crypto, input and GPU >
2019 Feb 21
1
[PATCH v7 0/7] Add virtio-iommu driver
Hello Jean-Philippe, Jean-Philippe Brucker <jean-philippe.brucker at arm.com> writes: > Makes sense, though I think other virtio devices have been developed a > little more organically: device and driver code got upstreamed first, > and then the specification describing their interface got merged into > the standard. For example I believe that code for crypto, input and GPU >
2016 Oct 27
3
Encontrar la primera columna no NA
Imaginemos que tenemos una matriz con datos temporales por sujetos. Pongamos que numero de veces que ha jugado una carta en un juego online. Y que quiero saber cuantas veces jugo la carta el primer mes que estuvo en el juego. Pero claro mi matriz guarda los datos temporalmente de tal manera que: # data.table( Enero = c( 1, 4, NA , NA , NA) , Febrero = c( 2, 6, 1, NA, NA ) , Marzo = c( 8,6,7,3,
2018 Apr 04
5
r python interfaz
Estimados Recuerdo que hace unos años en esta lista con uno de los Carlos se había creado un hilo sobre R y python, hoy leo una noticia, por lo menos para mí, que podría entrar en esa situación entre lo mejor de dos alternativas. Lógicamente, es nuevo para mí, no puedo opinar nada más que compartir la información, probar, usar, y cada uno puede utilizar o rechazar la herramienta. Miren