Re: [R] p values from GLM

2016-04-01 Thread Jeff Newmiller
Because they are Medusa statistics? -- Sent from my phone. Please excuse my brevity. On April 1, 2016 5:01:12 PM PDT, Duncan Murdoch wrote: >On 01/04/2016 6:46 PM, Bert Gunter wrote: >> ... of course, whether one **should** get them is questionable... > >They're just

Re: [R] [FORGED] Re: p values from GLM

2016-04-01 Thread Rolf Turner
On 02/04/16 13:01, Duncan Murdoch wrote: On 01/04/2016 6:46 PM, Bert Gunter wrote: ... of course, whether one **should** get them is questionable... They're just statistics. How could it hurt to look at them? Fortune nomination. cheers, Rolf -- Technical Editor ANZJS Department of

Re: [R] p values from GLM

2016-04-01 Thread Duncan Murdoch
On 01/04/2016 6:46 PM, Bert Gunter wrote: ... of course, whether one **should** get them is questionable... They're just statistics. How could it hurt to look at them? Duncan Murdoch http://www.nature.com/news/statisticians-issue-warning-over-misuse-of-p-values-1.19503#/ref-link-1

Re: [R] p values from GLM

2016-04-01 Thread Bert Gunter
... of course, whether one **should** get them is questionable... http://www.nature.com/news/statisticians-issue-warning-over-misuse-of-p-values-1.19503#/ref-link-1 Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it."

Re: [R] p values from GLM

2016-04-01 Thread Duncan Murdoch
On 01/04/2016 6:14 PM, John Sorkin wrote: > How can I get the p values from a glm ? I want to get the p values so I can add them to a custom report > > > fitwean<- glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) > summary(fitwean) # This lists the

[R] p values from GLM

2016-04-01 Thread John Sorkin
How can I get the p values from a glm ? I want to get the p values so I can add them to a custom report fitwean<- glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) summary(fitwean) # This lists the coefficeints, SEs, z and p values, but I can't

Re: [R-es] Gráficos estilo "hecho a mano"

2016-04-01 Thread Luisfo Chiroque via R-help-es
Buenas Hector, ese estilo de plots se llama xkcd comic style. No lo he usado nunca, pero parece que hay una librer�a en R http://xkcd.r-forge.r-project.org/ Espero que sea �til y te sirva. Un saludo, Luisfo Chiroque PhD Student IMDEA Networks Institute

[R-es] Gráficos estilo "hecho a mano"

2016-04-01 Thread Hector Gómez Fuerte
Buenas tardes, ¿alguien sabe si hay algún package del R con el que se puedan elaborar gráficos como "hechos a mano", algo así como los que aparecen en http://blog.mrtz.org/2014/12/15/the-nips-experiment.html? Muchas gracias y saludos, Héctor Gómez

Re: [R] TensorFlow in R

2016-04-01 Thread Charles Determan
Hi Axel, Looks like the only thing right now is rflow ( https://github.com/terrytangyuan/rflow). It appears to simply wrap around the python bindings. I am not aware of any others. Be interesting to keep an eye on. Regards, Charles On Fri, Apr 1, 2016 at 11:32 AM, Axel Urbiz

[R] TensorFlow in R

2016-04-01 Thread Axel Urbiz
Hi All, I didn't have much success through my Google search in finding any active R-related projects to create a wrapper around TensorFlow in R. Anyone know if this is on the go? Thanks, Axel. [[alternative HTML version deleted]] __

Re: [R-es] R igraph

2016-04-01 Thread Javier Marcuzzi
Estimado Luisfo Chiroque Muchas, gracias, creo que lo entendí, en estos momentos no puedo probarlo como para decir "ya está". Para comentarle, desconozco si fastgreedy es la función que necesito, pero como mi objetivo es realizar un gráfico donde agrupo elementos que están relacionados, tendré

Re: [R] Using R for cURL commands

2016-04-01 Thread Ben Tupper
Hi, Have you looked at httr? I have been very happy using it with RESTful systems. https://cran.r-project.org/web/packages/httr/index.html Cheers, Ben > On Apr 1, 2016, at 10:05 AM, Martijn Broeks wrote: > > Hello, > > > I'm looking for a way in which R can make my live

Re: [R] reduced set of alternatives in package mlogit

2016-04-01 Thread Christopher Desjardins
Hi Jose, You're referring to your response variable when you're saying it's missing some of the choices, right? Are your response choices ever known or do they just occur with extremely low frequency? Either way, I think the mlogit package would be inappropriate for you. I imagine you would have

[R] Using R for cURL commands

2016-04-01 Thread Martijn Broeks
Hello, I'm looking for a way in which R can make my live easier. Currently i'm using R convert data from a dataframe to json's and then sending these json's to a rest api using a curl command in the terminal (i'm on a mac). I've been looking for a way to use R for sending data from R to the

[R] is there any package for scienciometry

2016-04-01 Thread Fernando Roa
Hello I wonder if there is somethig similar to vantagepoint in R or scienciometry broadly. I haven't found yet. best, -- Fernando Roa [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see

Re: [R] reduced set of alternatives in package mlogit

2016-04-01 Thread Jose Marcos Ferraro
-Original Message- From: Bert Gunter [mailto:bgunter.4...@gmail.com] Sent: quinta-feira, 31 de março de 2016 20:22 To: Jose Marcos Ferraro Cc: r-help@r-project.org Subject: Re: [R] reduced set of alternatives in package mlogit code? example data? We can only

Re: [R-es] R igraph

2016-04-01 Thread Luisfo Chiroque via R-help-es
Estimado Javier, El problema de simplify es que no sabe cómo mezclar las aristas a no ser que se lo indiques explícitamente. No sé si por defecto se quedará con la primera o la última arista. En cualquier caso, como parece que para tu objetivo esto es algo crítico, tiene remedio. Tú sólo

Re: [R] How to speed up my program

2016-04-01 Thread Robert Sherry
Hi Ragia, First, when you wrote mad, I assume you mean made. Also, when you say it is a multi core prog, does that mean it is using threads? running two or more items in parallel? By any chance are you using this package?

Re: [R-es] R igraph

2016-04-01 Thread Javier Marcuzzi
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

Re: [R] [DKIM] Batch Installer for R [SEC=UNCLASSIFIED]

2016-04-01 Thread Tobias Knuth
Hi Douglas, That is exactly what I was looking for. Thank you very much! Hi Jin, Thank you for your solution. It worked for me, but packrat (see below) seems like a more refined approach. You might want to look at it ... Best, Tobias On 1 April 2016 at 05:43, Li Jin wrote:

Re: [R-es] combinar listas en una sublista

2016-04-01 Thread Carlos Ortega
Hola, Creo que esta entrada en Stackoverflow te puede ayudar: http://stackoverflow.com/questions/19217454/how-to-combine-all-sublist-elements-into-one-list Saludos, Carlos Ortega www.qualityexcellence.es El 1 de abril de 2016, 9:11, Fernando Arce via R-help-es < r-help-es@r-project.org>

[R] How to speed up my program

2016-04-01 Thread Ragia .
Dear group I had a R   program that was to slow, I mad it multi core prog..to speed up, its a simulation when the runs are 100 its very fast..raising the runs to 10k mad it in the first fast then it slow down I checked the HW usafe and here is the top command results %Cpu0  :100.0 us,  0.0

Re: [R-es] combinar listas en una sublista

2016-04-01 Thread Luisfo Chiroque via R-help-es
Buenas Fernando, prueba a ver si te funciona lo siguiente: mapply(list, a, b) ó en tu caso con los 3 elementos que mencionas: mapply(list, lst.df1, lst.df2, lst.factor) Creo que eso da el efecto que buscas. Espero que te sirva de ayuda. Un saludo, Luisfo > El 1 abr 2016, a

Re: [R-es] combinar listas en una sublista

2016-04-01 Thread Fernando Arce via R-help-es
Gracias Francisco, pero con c me crea una lista con dos sublistas. Croe que no me he explicado del todo bien. Tengo dos listas cada una con 19 dataframes y otra con 19 factores (caracteres) y lo que quiero es una lista que albergue 19 listas, y en cada una de esas 19 listas se alberguen los

[R-es] combinar listas en una sublista

2016-04-01 Thread Fernando Arce via R-help-es
Hola a todos, tengo un problemilla a la hora de combinar dos listas dentro de una sola. Lo cierto es que lo puedo hacer con un loop (que es como lo he hecho)  pero me pregunto si hay alguna manera mas elegante (y sin tener que recurrir a ningun paquete) para hacerlo. puedo trabajar con los

Re: [R-es] R igraph

2016-04-01 Thread Luisfo Chiroque via R-help-es
Estimado Javier, En mensaje de error la función se queja de que sólo funciona con grafos sin aristas multiples. Seguramente haya más de una arista entre algún par de nodos. Esto, se puede solucionar usando simplify() fastgreedy.community(simplify(udatos)) No sé qué implicaciones tendrá