search for: kieranhealy

Displaying 7 results from an estimated 7 matches for "kieranhealy".

2013 Jul 11
1
ayuda con manipulación de datos
...uot;merge" de la > tabla sobre sí misma por idVisita. Luego tienes que hacer un filtrado > para eliminar las "relaciones reflexivas" (un producto relacionado > consigo mismo) y alguna otra cosa. > > La alternativa es usar las técnicas descritas en > > > http://kieranhealy.org//blog/archives/2013/06/09/using-metadata-to-find-paul-revere/ > > Un saludo, > > Carlos J. Gil Bellosta > http://www.datanalytics.com > > > > El día 10 de julio de 2013 14:38, Manu Rdrgz <manu.rdrgz@gmail.com> > escribió: > > hola, > > > > c...
2013 Jul 10
3
ayuda con manipulación de datos
hola, casi recien llegado a r, esta es mi primera participación en la lista, aunque me han servido bastante entradas anteriores. gracias a todos. tengo un problema al generar una determinada estructura de datos. A ver si alguien me puede ayudar. tengo un dataframe con información de visitas y productos de una web. En cada visita se pueden hacer varias transacciones comprando varios productos en
2013 Jul 24
1
Network analysis
Hi, I am trying to do network analysis for my data-set but facing few difficulties. Would be very grateful if could get some help from anyone. My dataset has 5 columns and 110 rows and I am trying to build link which rows are more likely to be connected to the columns. I want to use Jaccard similarity coefficient as the weight for my network. I am doing this in igraph library so far but would
2013 Jul 10
0
ayuda con manipulación de datos
...hacerlo. La más sencilla es con un "merge" de la tabla sobre sí misma por idVisita. Luego tienes que hacer un filtrado para eliminar las "relaciones reflexivas" (un producto relacionado consigo mismo) y alguna otra cosa. La alternativa es usar las técnicas descritas en http://kieranhealy.org//blog/archives/2013/06/09/using-metadata-to-find-paul-revere/ Un saludo, Carlos J. Gil Bellosta http://www.datanalytics.com El día 10 de julio de 2013 14:38, Manu Rdrgz <manu.rdrgz en gmail.com> escribió: > hola, > > casi recien llegado a r, esta es mi primera participación...
2012 Feb 13
1
survey package svystat objects from predict()
...v) else sqrt(diag(vv)) } Instead of returning sqrt(vv) on each element, it calculates sort(diag(vv)) instead. At least I think this is what's happening. I apologize in advance if all this is the result of some elementary error on my part. Thanks, Kieran -- Kieran Healy :: http://kieranhealy.org
2003 Apr 22
0
Hmisc's aregImpute segfaults R-1.7.0 under linux
Hello - When trying to use Hmisc library's aregImpute function on R 1.7.0, I got the following error -- shown here using the example code from the help page --- under both Linux and Mac OS X 10.2.5: set.seed(3) x1 <- factor(sample(c('a','b','c'),1000,T)) x2 <- (x1=='b') + 3*(x1=='c') + rnorm(1000,0,2) x3 <- rnorm(1000) y <- x2 +
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
Hello - I'm trying to compile R 1.7.0 on a PowerBook running OS X 10.2.5. I've compiled R (1.6.2) successfully before on this machine, under either 10.2.3 or 10.2.4. My gcc is from the latest Apple Developer Tools release and the g77 is up-to-date via Fink. R passes ./configure just fine, with the following options: R is now configured for powerpc-apple-darwin6.5 Source