similar to: Cursos de R (?)

Displaying 20 results from an estimated 80 matches similar to: "Cursos de R (?)"

2012 Aug 31
4
Gracias Isidro y Carlos
Muchas gracias Isidro y Carlos después del mensaje anterior he logrado ver la solución: "E:\Archivos de programa\R\R-2.15.0\bin\i386\R.exe" CMD BATCH --vanilla --slave "E:\curso 2011-12\fuden\plantillas\salidas\p3b.r" quit Crea un fichero donde da la solución y el tiempo de ejecución: [1] 7 > proc.time() user system elapsed 0.37 0.04 0.37 Muchas gracias y
2015 Nov 27
3
CURSOS R
Hola a tod en s: ¿Sabéis si en estos momentos hay o va a haber algún curso online de R gratuito?. O en el caso de que haya que pagar, ¿hay alguno económico?. ¿Alguna página web buena para mirar todo este tipo de cosas?. Gracias de antemano. Saludos, Marcos [[alternative HTML version deleted]]
2012 May 08
0
Resumen de R-help-es, Vol 39, Envío 13
Hola, aunque he votado en Estadística general también he buscado la opción de Psicologia. El 08/05/2012 18:22, r-help-es-request@r-project.org escribió: > Envíe los mensajes para la lista R-help-es a > r-help-es@r-project.org > > Para subscribirse o anular su subscripción a través de la WEB > https://stat.ethz.ch/mailman/listinfo/r-help-es > > O por correo electrónico,
2010 Sep 19
1
ergm crashes
Dear all, I am doing a social network analysis using ergm. I import a rectangular matrix of data and then I build a network using the following command: ng <-network(mat,directed=FALSE) I then attach vertex names using commands like this: set.vertex.attribute(ng,"SchoolType",mSchType) where SchoolType can take six different/unique values. Then, I run ergm models successfully using
2009 Aug 17
0
multiple values for a factor using nodematch in ergm()
Greetings, and many thanks for any insight you can offer. I have a network object on which I'd like to simulate an ergm() using {statnet}. Since the network object is large, I have not copied it here. Each vertex has an attribute "language" which can take on integer values greater than or equal to 1. Is there a way to use the nodematch argument of ergm(), such that it searches for
2012 May 09
2
ergm model, nodematch with diff=T
Dear all, I am new to network analysis, but since I have good data I started to read about it and learned how to use the ergm and related packages. I generally get interesting results, but when I run a model including sociality and selective mixing effects for different groups, the model runs (and converges) but I get a warning as follows: mod <- ergm(network ~ edges + gwesp(0, fixed=T) +
2010 Sep 23
0
ergm
Dear colleagues, I have another question, which, I think cannot be answered easily by the manual. What is the effect of including both nodefactor("Gender") and nodematch("Gender",diff=TRUE)) for the same variable in the model? Judging from the output (please see below), you cant have estimates for both for boys and girls forthe nodematch command, but I thought that the
2015 Nov 17
1
Exporting a method to a cluster object
Hi, This is my first message to this list. It would be great if people here could help me with the following problem (self-contained code example below): I have a list of matrices and would like to apply a summary function to the matrices in the list. The matrices represent social networks, therefore I need to apply some specialized summary functions provided by the ergm package. These
2016 Jan 18
3
Extraccion de datos de una Web
Buenas tardes, Quiero extraer datos de una web en la que ser relaciona la semana con la puntuación obtenida por un jugador. Ahora mismo llego a obtener elnodo en el que se relacionan la semana con la puntuación obtenida, pero no soy capaz de extraer esa informacion en una tabla de dos columna (semana, puntuacion) teniendo en cuenta que puede que haya semanas que no haya puntuado (en el ejemplo,
2010 Oct 24
1
140 packages in R Commander!!
Dear List I just downloaded and installed R 2.12.0 and then installed R Commander . First it got RCmdr and Car, and then suggested for other packages for utilizing the full functionality- I clicked yes! I got 140 packages installed!!! Cran Mirror was UCLA... Here is the list. Is this intentional- I can see some packages like snow and multicore which are desirable but quite optional.(see list
2016 Jan 19
2
Extraccion de datos de una Web
Muchas gracias a ambos!!!! Las dos soluciones me han funcionado. Un saludo. El día 18 de enero de 2016, 18:35, Carlos Ortega <cof en qualityexcellence.es> escribió: > Hola, > > Pero, si ya casi lo tienes... te quedan un par de pasos y ya está... > > Simplemente tienes que transformar "puntos_nodo" a bien un data.frame aunque > quedará lleno de cosas que no te
2012 Mar 07
1
raster y shape en R
Hola eRReros, Estoy trabajando con datos geográficos unos en formato raster y otro en formato shape. Lo que quiero es hacer las estadísticas (sobretodo la media) de los píxeles del raster que caen dentro de algunos de los polígonos del shape. Lo he intentado con sextante pero se flipa con los valores perdidos, nuestros queridos NA. Y he pensado: estando el paquete raster en R seguro que se puede
2016 Apr 30
0
Graphlet degree distribution agreement in
Hi all, I have created my network using igraph package. It provides graphlet function to calculate number of graphltes. I want to find graphlet degree distribution agreement of a graph. How can i achieve that..?? The package ergm.graphlets is there in r but there isn't any examples available for usage of this package. My R script is: library(igraph) g2 <- graph.formula(A:B - A:C, X:Z -
2010 Jul 27
3
Checking package licences including dependencies?
I only recently discovered options("available_packages_filters" = list(add = TRUE, "license/FOSS")) [cf. help("available.packages", package="utils") in R 2.10.0 or later] which goes nicely with my options("checkPackageLicense" = TRUE) [new in R 2.11]. But now I want to purge my library of packages I would not have installed had I known about
2012 Mar 11
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * EffectStars (1.0) Maintainer: Unknown Author(s): Gunther Schauberger License: GPL-2 http://crantastic.org/packages/EffectStars The package provides functions to visualize regression models with categorical response. The effects of the covariates are plotted with star plots in order to allow for an optical
2013 May 27
1
Cursos de R en la UB
Hola, Para este verano hemos organizado dos cursos de extensión universitaria (sin requisitos previos) en el Departamento de Estadística de la Universidad de Barcelona (Facultad de Biología). Los títulos son: * Gestión de datos, programación y gráficos con R * Estadística aplicada con R Son dos cursos de introducción a R de 20 horas cada uno. El primero orientado a empezar a trabajar con R y
2013 Oct 06
0
Help. Cursos online de R basico-medio
Buenas, Estoy intentando encontrar algún curso que se imparta lo antes posible de R, para un nivel intermedio aunque tampoco me importaría que fuese básico (en español o en inglés). En su momento vi alguno en la plataforma coursera pero ahora no tienen ninguno próximamente. Gracias Un fuerte saludo a toda la comunidad. Javier Suárez [[alternative HTML version deleted]]
2010 Feb 03
2
Installation woes for rattle (and other packages)
Yesterday I wanted to try rattle on Ubuntu 9.04 Jaunty. I had (and still have) it running (though it complains on startup a bit -- I'll look into that later) on a different bootup on the same machine with 8.04 Hardy. I got an error that libglade cannot be found, and various attempts to get glade support failed. I removed and reinstalled R -- same problem. To avoid the issue of local setup
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * disclapmix (0.1) Maintainer: Mikkel Meyer Andersen Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen License: GPL-2 http://crantastic.org/packages/disclapmix disclapmix makes inference in a mixture of Discrete Laplace distributions using the EM algorithm. * EstSimPDMP (1.1) Maintainer: Unknown Author(s):
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * allan (1.0) Alan Lee http://crantastic.org/packages/allan Automates Large Linear Analysis Model Fitting * andrews (1.0) Jaroslav Myslivec http://crantastic.org/packages/andrews Andrews curves for visualization of multidimensional data * anesrake (0.3) Josh Pasek http://crantastic.org/packages/anesrake This