Re: [R] Problem with r project in ubuntu xenial

2017-11-03 Thread David Winsemius
> On Nov 3, 2017, at 5:09 PM, peter dalgaard wrote: > > >> On 3 Nov 2017, at 23:39 , George Balas wrote: >> >> I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or >> general problem but I was not able to find solution on Internet.

Re: [R] Problem with r project in ubuntu xenial

2017-11-03 Thread peter dalgaard
> On 3 Nov 2017, at 23:39 , George Balas wrote: > > I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or > general problem but I was not able to find solution on Internet. > First of all I can not change locale to greek by getting this message: > "In

[R] Problem with r project in ubuntu xenial

2017-11-03 Thread George Balas
I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or general problem but I was not able to find solution on Internet. First of all I can not change locale to greek by getting this message: "In Sys.setlocale("LC_CTYPE", "Greek") : OS reports request to set locale to "Greek"

Re: [R-es] fractales

2017-11-03 Thread Carlos Ortega
Sí, hay un paquete para calcular esa dimensión en un objeto 2D: https://cloud.r-project.org/web/packages/fractaldim/index.html Saludos, Carlos Ortega www.qualityexcellence.es El 3 de noviembre de 2017, 21:35, Luis E escribió: > Estimados, > > Muchas gracias por todo

Re: [R-es] Problemas con función factor to integer

2017-11-03 Thread Francisco Rodríguez
Por lo que veo tus datos son factor, creo que primero debes transformarlos a character. Saludos Enviado desde mi smartphone Samsung Galaxy. Mensaje original De: Alberto Fecha: 3/11/17 18:20 (GMT+01:00) Para: r-help-es@r-project.org Asunto: [R-es]

Re: [R-es] fractales

2017-11-03 Thread Carlos Ortega
Hay varios paquetes en CRAN: https://cloud.r-project.org/web/packages/mandelbrot/index.html https://cloud.r-project.org/web/packages/Julia/index.html Saludos, Carlos Ortega www.qualityexcellence.es El 3 de noviembre de 2017, 16:05, Luis E escribió: > > Hola > >

Re: [R-es] fractales

2017-11-03 Thread Alberto Carmona Bayonas
Mira el conjunto de mandelbrot en r cómo mola https://www.google.es/amp/s/www.r-bloggers.com/the-mandelbrot-set-in-r/amp/ El 3 nov. 2017 4:20 PM, "eric" escribió: > hola luis, podrias explicarte un poco mas ? que quieres decir con "obtener > fractales de una imagen"

Re: [R-es] fractales

2017-11-03 Thread eric
hola luis, podrias explicarte un poco mas ? que quieres decir con "obtener fractales de una imagen" ? Puedes construir una imagen con fractales, pero obtener (extraer o sacar quieres decir?) fractales de una imagen, no se me ocurre a que se puede referir, a

Re: [R] as.spikeTrain

2017-11-03 Thread Bert Gunter
I believe this query is OT here and would best be addressed by either a careful reading of the package documentation or by contacting the package maintainer, found by maintainer("STAR"). Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and

Re: [R] repeat a function

2017-11-03 Thread Eric.Pueyo
Thanks Petr. Really appreciated! Many thanks, Eric -Original Message- From: PIKAL Petr [mailto:petr.pi...@precheza.cz] Sent: 03 November 2017 07:54 To: Eric Pueyo; r-help@r-project.org Subject: RE: [R] repeat a function Hi Well, I am not an expert in this field so I cannot comment

[R] Pairwise comparison, TukeyHSD, glht, ANCOVA

2017-11-03 Thread Wang ChenXi
Hi, I'm wondering if i can use the function "TukeyHSD" to perform the all pairwise comparisons of a "aov()" model with one factor (e.g., GROUP) and one continuous covariate (e.g., AGE). I did for example: library(multcomp) data('litter', package = 'multcomp') litter.aov <- aov(weight ~

Re: [R] repeat a function

2017-11-03 Thread PIKAL Petr
Hi Well, I am not an expert in this field so I cannot comment your approach. I wanted only to point out that building matrix your way is like scratching your left ear with right hand, especially in R. What if you want increase size of your matrix? E.g. you use function ProbUP once for row "0"