Displaying 11 results from an estimated 11 matches for "luis_nunez".
2016 Apr 04
2
question about probplot in e1071 package
Hello!
I am using probplot in the e1071 package and want to do something like the
following, only with the the 2nd plot overlaying the first. I can't seem to
make it work. Any suggestions?
*library(e1071)
**x <- rnorm(100, mean=5)*
*y <- rnorm(100, mean=3)*
*probplot(x, line=FALSE)
*
*probplot(y, line=FALSE)
*
*Regards,*
*Tom*
[[alternative HTML version deleted]]
2016 Apr 12
1
Dissimilarity matrix and number clusters determination
Hi,
I already have a dissimilarity matrix and I am submitting the results to
the elbow.obj method to get an optimal number of clusters. Am I reading
the below output correctly that I should have 17 clusters?
code:
top150 <- sampleset[1:150,]
{cluster1 <- daisy(top150
, metric = c("gower")
, stand = TRUE
, type = list(symm
2016 Apr 04
0
question about probplot in e1071 package
...lot underneath.
Thus, I think this is what you need.
probplot(x, line=FALSE)
#probplot(y, line=FALSE)
qq.y <- qqnorm(y, plot=F)
points(qq.y$y, qq.y$x)
I hope this is useful for you.
Best Regards,
Luisfo Chiroque
PhD Student
IMDEA Networks Institute
http://fourier.networks.imdea.org/people/~luis_nunez/ <http://fourier.networks.imdea.org/people/~luis_nunez/>
> El 4 abr 2016, a las 18:19, Thomas Adams <tea3rd at gmail.com> escribi?:
>
> Hello!
>
> I am using probplot in the e1071 package and want to do something like the
> following, only with the the 2nd plot overl...
2016 Apr 01
2
Gráficos estilo "hecho a mano"
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160401/205f15ae/attachment.html>
2016 Sep 06
2
igraph V a partir de E y subgrafos
...'edges'.
Prueba lo siguiente:
c <- induced.subgraph(datos.network, which(V(datos.network)$name == 'Casa'))
Si entendí bien todo, debería funcionar.
Un saludo,
*Luisfo Chiroque*
/PhD Student | PhD Candidate
IMDEA Networks Institute/
http://fourier.networks.imdea.org/people/~luis_nunez/
<http://fourier.networks.imdea.org/people/%7Eluis_nunez/>
On 09/05/2016 07:08 PM, javier.ruben.marcuzzi en gmail.com wrote:
> Estimados
>
> Encontré una solución, que no comprendo pero arregla uno de los problemas.
>
> En la preparación de datos tengo varias partes, al final...
2016 Apr 07
0
using apply to a data frame
??I would like to apply a function, fract, to the columns of a
dataframe. I tried the following
apply(data5NonEventEpochs,2,fract)
but, no surprise it did not work as apply works on matrices not data
frames. How can I apply a fuction to the columns of a data frame? (I
can't covert data5NonEventsEpochs to a matrix as it contains character
data).
Thank you,
John
John David Sorkin M.D., Ph.D.
2016 Apr 01
2
R igraph
Estimado Luisfo Chiroque
Hay aristas múltiples, eso es por la preparación de los datos, es que separe por componentes, no me refiero al término componente estadístico, sino a descomposición de algo en los componentes que lo construyen, algunos son comunes y otros no, cuándo son comunes hay una relación en la red.
Voy a probar con simplify, cuándo lo leí yo lo descarté, lo releeré, ¿Qué opina de
2016 Apr 04
0
question about probplot in e1071 package
...line=FALSE)
> #probplot(y, line=FALSE)
> qq.y <- qqnorm(y, plot=F)
> points(qq.y$y, qq.y$x)
>
> I hope this is useful for you.
>
> Best Regards,
>
> Luisfo Chiroque
>
> PhD Student
> IMDEA Networks Institute
>
> http://fourier.networks.imdea.org/people/~luis_nunez/
>
>
> El 4 abr 2016, a las 18:19, Thomas Adams <tea3rd at gmail.com> escribi?:
>
> Hello!
>
> I am using probplot in the e1071 package and want to do something like the
> following, only with the the 2nd plot overlaying the first. I can't seem to
> make it work...
2016 Sep 06
2
igraph edges busqueda
Estimados
Tengo una duda
E(datos.network)[[inc('LoQueBusco')]]
+ 20/6795 edges (vertex names):
E(datos.network)[E(datos.network)$Cosa=="'LoQueBusco'"]
+ 78/6795 edges (vertex names):
La primer forma es 20/? la segunda 78/? ¿Los resultados no tendrían que ser idénticos? Estos datos son pocos pero me desarman la cabeza.
Desde ya muchas gracias.
Javier Rubén Marcuzzi
2016 Sep 03
2
igraph V a partir de E y subgrafos
Estimados
Tengo un problema. Con igraph creo una red a partir de un data.frame, las dos primeras columnas son V y las restantes E. Hay un trabajo anterior, yo me pregunté ¿Qué pasaría si las cosas hablaran entre ellas?, entonces hay un cruce de información de todos contra todos y elimino los nulos y duplicados. Al ver los listados E, V tienen la información. Hasta ahí estaría todo bien (me
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