Displaying 20 results from an estimated 1000 matches similar to: "useR! 2013 Call for Abstracts"
2011 Nov 07
0
R and Google Code-In
Dear all,
An application has been put forward for R to participate in Google Code-in.
This is a Google's contest to introduce pre-university
students (age 13-18) to the many kinds of contributions that make open
source software development possible.
We are looking for possible mentors and ideas for tasks to be developed by the students.
All the proposed tasks are available in this page:
2011 Dec 24
1
Call for Abstracts for useR! 2012
The international R User Conference useR! 2012 will be held June 12-15
at Vanderbilt University in Nashville, Tennessee, USA, with a
pre-conference full-day course offered on June 11.
Participants are encouraged to submit a one-page abstract for oral
or poster presentation at the conference. Half-day tutorials will be
held in the morning and afternoon of June 12th. For tutorials, please
2012 Sep 27
0
Conference: useR! 2013, 10-12 July 2013, Albacete, Spain
We are pleased to announce that the R user conference
useR! 2013
is scheduled for July 10-12, 2013, and will take place at the
University of Castilla-La Mancha, Albacete, Spain.
As for the predecessor conferences, the program will consist of two
parts: invited lectures and user-contributed sessions (abstract
submission will be available online later this year). Prior to the
conference, there
2016 Apr 18
1
ZINB multi-level model using MCMCglmm
Hi,
I am Olga Viedma. I am running a Zero-inflated negative binomial (ZINB) multi-level model using MCMCglmm package. I have a doubt. Can I use the "Liab" outputs as fitted data, instead of the predicted values from "predict"? The liab outputs fit very well with the observed data, whereas the predicted values are so bad.
Thanks in advance,
Olga Viedma
D . Olga
2012 Nov 09
0
useR! 2013: call for tutorials
We are pleased to announce that the R user conference
useR! 2013
is scheduled for July 10-12, 2013, and will take place at the
University of Castilla-La Mancha, Albacete, Spain.
As for the predecessor conferences, the program will consist of two
parts: invited lectures and user-contributed sessions (abstract
submission will be available soon). Prior to the
conference, there will be tutorials
2012 Dec 05
0
Reminder: useR! 2013 call for tutorials
Dear all,
This is a reminder that the deadline for submitting a tutorial proposal
for the useR! 2013 conference is December 15, 2012. See details below.
Best wishes,
Virgilio
---
We are pleased to announce that the R user conference
useR! 2013
is scheduled for July 10-12, 2013, and will take place at the
University of Castilla-La Mancha, Albacete, Spain.
As for the predecessor
2012 Apr 02
1
get data from Perl arrays
Hi,
a very simple doubt, but I do not know how to manage this.
I want to plot a histogram for all data in 'datos.txt'.
a) by using R:
datos<-scan("datos.txt")
pdf("xh.pdf")
hist(datos)
dev.off()
b) How could I invoke R inside Perl to do the same??
#!/usr/bin/perl
open(DAT,"datos.txt");
while (<DAT>) {
chomp;
push(@datos,$_);
}
#now I want a
2016 Oct 24
2
Quitar datos atípicos de una recta
Ok, lo pruebo y os digo...
Jesús
________________________________
De: Isidro Hidalgo Arellano <ihidalgo en jccm.es>
Enviado: lunes, 24 de octubre de 2016 9:46
Para: 'Jesús Para Fernández'; r-help-es en r-project.org
Asunto: RE: [R-es] Quitar datos atípicos de una recta
Hay un paquete que lo hace, pero no lo he utilizado, así que no sé cómo se porta: "outliers"...
Un
2006 Feb 15
2
Pairwise comparison after repeated measures ANOVA
I am analyzing some data obtained after measuring some parameters at
different times in samples obtained from many subjects. The model is
quite simple: aov(parameter ~ Time + Error(Subject/Time))
Now I want to make a pairwise comparison between the levels of Time.
However, I have not find how to do such a thing. I cannot use TukeyHSD
or pairwise.t.test, I supposse. Maybe using contrasts?
Could
2016 Sep 26
3
Variable Progresiva
Una duda, si fuese a leer 3 archivos csv que se llamar archivo 1, archivo 2 y archivo 3 también se podría usar? gracias
________________________________
De: Isidro Hidalgo Arellano <ihidalgo en jccm.es>
Enviado: lunes, 26 de septiembre de 2016 07:48 a.m.
Para: 'Rafael Saturno'; 'R'
Asunto: RE: [R-es] Variable Progresiva
Lo que quieres hacer se hace con la función
2016 Sep 14
3
Saltar filas no numericas al importar csv
No me vale, porque no es un problema de columnas, es de filas.
Cuando importo el csv, como tiene cada columna segun la fila o numeros o texto, R convierte la columna automaticametne en factor.
He probado a convertir las columnas a numeric, pero tampoco me vale, ya que transforma el texto a numeros....
¿Alguna alternativa? estoy pensando ne poner skip y ne el skip meter las letras del
2019 Dec 29
0
CISTI'2020 - Doctoral Symposium | Seville, Spain; Deadline: February 14
* Published in IEEE Xplore and indexed by ISI, Scopus, EI-Compendex, Google Scholar, etc.
** Conference with H5-Index = 16 (Google Scholar Ranking)
---------------------------------------------------------------------------------------------------------------------------
Doctoral Symposium of CISTI'2020 - 15th Iberian Conference on Information Systems and Technologies
2019 Dec 02
0
CISTI'2020 - Doctoral Symposium | Sevilla, Spain; Deadline: February 14
* Published in IEEE Xplore and indexed by ISI, Scopus, Google Scholar, etc.
---------------------------------------------------------------------------------------------------------------------------
Doctoral Symposium of CISTI'2020 - 15th Iberian Conference on Information Systems and Technologies
Sevilla, Spain, 24 - 27 June 2020
2020 Feb 09
0
CISTI'2020 - Doctoral Symposium | Seville, Spain; Deadline: February 21
* Published in IEEE Xplore and indexed by ISI, Scopus, EI-Compendex, Google Scholar, etc.
** Conference with H5-Index = 16 (Google Scholar Ranking)
---------------------------------------------------------------------------------------------------------------------------
Doctoral Symposium of CISTI'2020 - 15th Iberian Conference on Information Systems and Technologies
2024 Sep 24
1
Provincia y municipio en Shiny
Isidro:
La segunda lista se tiene que generar en el server con el filtro que quieras:
- En UI, creas un elemento uiOutput, por ejemplo con id = id1
- Tendrás la lista de provincias en otro input, por ejemplo con id = id0
- En Server, lo renderizas con output$id1 <- renderUI()
- Este renderUI devuelve la lista de municipios ya filtrada, usando el filtro de input$id0
Aquí lo explica Hadley
2023 Jul 09
1
error
Buenos días:
Necesitas actualizar el paquete "semPlot". Usa:
Install.packages("semPlot")
Un saludo
Isidro Hidalgo Arellano
Observatorio del Mercado de Trabajo
Junta de Comunidades de Castilla ? La Mancha
-----Mensaje original-----
De: R-help-es <r-help-es-bounces en r-project.org> En nombre de Amable Moreno
Enviado el: domingo, 9 de julio de 2023 4:01
Para: r-help-es en
2024 Jul 10
1
ayuda
Simplemente que te genera un html para el primero que haces. Los siguientes no. Para verlos, lo que yo hago es grabarlos con:
saveWidget(widget = name_of_the_cloud,
file = "name_of_the_cloud.html",
selfcontained = TRUE)
De esa forma los puedes insertar donde quieras, uno a uno...
Saludos
Isidro Hidalgo Arellano
Observatorio del Mercado de Trabajo
Junta de
2008 Nov 18
1
Re siduals from a linear model
I'm working with a linear model with four factors as explicatory variables,
being all of them significally (e.g. y ~ a + b + c + d). I thought that the
residuals of a linear model keep the variance not explained by the model, so
if I use my model with just three factors (y ~ a + b + c) and keep the
residuals is expected that in a new model with the residuals as dependent
variable and the four
2012 Jun 27
4
Intervalos de variable de proporciones, para representar en mapa
Hola.
Tengo que representar en un mapa, valores de proporciones de extranjeros
con tarjetas de residencia en vigor, según nacionalidad y país de
procedencia.
Los datos son de este estilo
Rumania
Andalucía 0,200365823
Aragón 0,377192073
Asturias 0,205353012
I. Baleares 0,06592893
Canarias 0,03050312
Cantabria 0,190397393
Castilla-León 0,211670421
Castilla-La Mancha
2024 Sep 24
2
Provincia y municipio en Shiny
Queridos colegas:
?Qu? funci?n tengo que utilizar para, en la interfaz de usuario de un Shiny, una vez seleccionada una provincia de una lista, elegir un municipio de otra lista (filtrados los de la provincia elegida)?
?C?mo se puede hacer ese filtro? Seguro que es una chorrada, pero no doy con ello... estoy medio aterrizando en Shiny...
Mil gracias
Isidro Hidalgo Arellano
Observatorio del