Re: [R] Sometimes commands do not terminate after upgrading to R 4.0 and Ubuntu 20.04

2020-05-12 Thread Eric Berger
Adrien, you posted this same item 3 days ago to this list. And someone responded to it. Why are you posting the identical thing again to this list? As Bert writes, you should post to the r-sig-debian list. Eric On Wed, May 13, 2020 at 4:38 AM Bert Gunter wrote: > Please, please, please ...

Re: [R] Sometimes commands do not terminate after upgrading to R 4.0 and Ubuntu 20.04

2020-05-12 Thread Bert Gunter
Please, please, please ... RStudio is a wholly separate product from R. Post on their website if you think Rstudio has problems. And ubuntu concerns should be posted on r-sig-debian, not here! This list is about R programming issues (mostly). Bert Gunter "The trouble with having an open mind is

[R] Sometimes commands do not terminate after upgrading to R 4.0 and Ubuntu 20.04

2020-05-12 Thread Adrien FABRE
I have upgraded R (from 3.6 to 4.0) and RStudio (from 1.1 to 1.2.5) a few days ago, and Ubuntu from 18.04 to 20.04 yesterday. Since then, R sometimes never terminates when executing certain commands: ivreg (from package AER), summary (of a logit regression) and logitmfx (from package mfx).

[R] Help with Radius problem

2020-05-12 Thread Poling, William via R-help
#RStudio Version Version 1.2.1335 sessionInfo() # R version 4.0.0 Patched (2020-05-03 r78349) #Platform: x86_64-w64-mingw32/x64 (64-bit) #Running under: Windows 10 x64 (build 17763) Hello I am trying to figure out how to create concentration of ID's in the following data, based on determining

Re: [R] How to write the segmented equation from MARS coefficients

2020-05-12 Thread Jeff Newmiller
Carefully read the description of the package... it uses a particular variety of splines. You should go read the paper they reference. On May 12, 2020 4:37:32 PM PDT, Yousri Fanous wrote: >Hello > >I created a MARS model from earth package.for one predictor EngDispl vs >FE. >These are the

Re: [R] My dream ...

2020-05-12 Thread Jim Lemon
Sorry, it was listed in Hans' email as a reply from you. Far be it from me to speak for someone else. Jim On Wed, May 13, 2020 at 10:13 AM Abby Spurdle wrote: > > Hi Jim, > > I think you've mis-quoted me. > I didn't say that. > > > On Wed, May 13, 2020 at 10:10 AM Jim Lemon wrote: > > > > Abby

Re: [R] My dream ...

2020-05-12 Thread Abby Spurdle
Hi Jim, I think you've mis-quoted me. I didn't say that. On Wed, May 13, 2020 at 10:10 AM Jim Lemon wrote: > > Abby Spurdle: > In my opinion the advantage of computers is not Artificial > Intelligence, but rather Artificial Patience (most AI that I have seen > is really doing a bunch of what I

[R] How to write the segmented equation from MARS coefficients

2020-05-12 Thread Yousri Fanous
Hello I created a MARS model from earth package.for one predictor EngDispl vs FE. These are the resulting coefficients: summary(marsFit)$coefficients y (Intercept) 18.049001 h(EngDispl-4.3) -4.378082 h(4.3-EngDispl) 10.925240 h(EngDispl-2.3) 5.942387 h(EngDispl-3.5)

Re: [R] My dream ...

2020-05-12 Thread Jim Lemon
Abby Spurdle: In my opinion the advantage of computers is not Artificial Intelligence, but rather Artificial Patience (most AI that I have seen is really doing a bunch of what I would consider to be boring, really fast so people don't have to). Leave the Intelligence to the people. Abby's

Re: [R] Help with Kmeans output and using broom to tidy etc..

2020-05-12 Thread Poling, William via R-help
Yes, of course. Thank you for your patience. str(geo1a) 'data.frame': 25 obs. of 4 variables: $ state: Factor w/ 41 levels "AL","AR","AZ",..: 19 19 19 19 19 19 19 19 19 19 ... $ city : Factor w/ 1337 levels "ABBOTTSTOWN",..: 366 574 193 343 1223 1207 885 871 1054 556 ... $ latitude

Re: [R] Help with Kmeans output and using broom to tidy etc..

2020-05-12 Thread Eric Berger
Please use dput() On Tue, May 12, 2020 at 7:11 PM Poling, William wrote: > Hello Eric, thank you so much for your consideration. > > Here are snippets of data that I hope will be helpful > > WHP > > geo1a <- geo1[, c(2:5)] <-- eliminating ID which is not useful for my > purposes anyway > >

Re: [R] Help with Kmeans output and using broom to tidy etc..

2020-05-12 Thread Poling, William via R-help
Hello Eric, thank you so much for your consideration. Here are snippets of data that I hope will be helpful WHP geo1a <- geo1[, c(2:5)] <-- eliminating ID which is not useful for my purposes anyway #This is for R-Help use geo1a <- geo1a %>% top_n(25) state city latitude longitude

Re: [R] Convex hulls after nMDS or PCoA

2020-05-12 Thread Sarah Goslee
Hi, I use a modified version of dbscan::hullplot() but https://rseek.org turns up a bunch of possibilities. Sarah On Tue, May 12, 2020 at 2:11 AM Fernando Archuby wrote: > > Dear all. I need to build convex hulls around groups of points of an > ordination (nMDS or PCoA). The groups were

Re: [R] Classification of wind events

2020-05-12 Thread Jeff Newmiller
Please make a reproducible R example of input and output. On May 12, 2020 1:11:41 AM PDT, Stefano Sofia wrote: >Dear R list users, >I am aware that this question is not strictly related, at the present >moment, to R code and it is more general. Please forgive me, but I need >to share my

Re: [R] My dream ...

2020-05-12 Thread Greg Snow
Here is one of my favorites: https://medium.com/@ODSC/how-300-matchboxes-learned-to-play-tic-tac-toe-using-menace-35e0e4c29fc On Tue, May 12, 2020 at 2:39 AM Abby Spurdle wrote: > > > In my opinion the advantage of computers is not Artificial > > Intelligence, but rather Artificial Patience

Re: [R] Help with Kmeans output and using broom to tidy etc..

2020-05-12 Thread Eric Berger
Can you create a reproducible example? Your question involves objects that are unknown to us. (geo1, trnd1_tbl) On Tue, May 12, 2020 at 2:41 PM Poling, William via R-help < r-help@r-project.org> wrote: > #RStudio Version Version 1.2.1335 need this one--> 1.2.5019 > sessionInfo() > # R version

Re: [R] Help with R-Markdown please

2020-05-12 Thread Poling, William via R-help
Wow, ok, yep "winp-oaf-113/FldrRedir_1$/A436798/Data/R/R-4.0.0patched/library" Thank you Ege. I did not have this issue with previous employer, I will see what our IT group says. Thank you WHP William H. Poling Ph.D., MPH  | Senior Data Scientist, Medicare Stars, CVS Health p 

Re: [R] Help with R-Markdown please

2020-05-12 Thread Ege Rubak
Looks like your files are on a Windows network drive (UNC path). I have experienced many problems with this on a Windows laptop from work. If at all possible you should avoid this. As an absolute minimum make sure your R library (collection of installed packages) is on the local file system and

Re: [R-es] Graficos: como hacer que las etiquetas no estén sobrepuestas

2020-05-12 Thread Yesica Pallavicini Fernandez
GRACIAS! Un gran saludo Yesica El mar., 12 may. 2020 a las 13:15, Carlos Ortega () escribió: > Hola, > Sí, hay un paquete específicamente para tratar esto. "ggrepel": > https://cloud.r-project.org/web/packages/ggrepel/index.html > > Claro tu gráfico tiene que ser ggplot. > > Si no es ggplot, te

[R] Help with Kmeans output and using broom to tidy etc..

2020-05-12 Thread Poling, William via R-help
#RStudio Version Version 1.2.1335 need this one--> 1.2.5019 sessionInfo() # R version 4.0.0 Patched (2020-05-03 r78349) #Platform: x86_64-w64-mingw32/x64 (64-bit) #Running under: Windows 10 x64 (build 17763) Hello: I have data that I am trying to manipulate for Kmeans clustering. Original data

[R] Help with R-Markdown please

2020-05-12 Thread Poling, William via R-help
#UPDATED 05/05/2020 #RStudio Version Version 1.2.1335 need this one--> 1.2.5019 sessionInfo() # R version 4.0.0 Patched (2020-05-03 r78349) #Platform: x86_64-w64-mingw32/x64 (64-bit) #Running under: Windows 10 x64 (build 17763) Good morning. This is the first time I have tried RMarkdown on new

Re: [R-es] Graficos: como hacer que las etiquetas no estén sobrepuestas

2020-05-12 Thread Carlos Ortega
Hola, Sí, hay un paquete específicamente para tratar esto. "ggrepel": https://cloud.r-project.org/web/packages/ggrepel/index.html Claro tu gráfico tiene que ser ggplot. Si no es ggplot, te recomiendo entonces que lo generes con el paquete "factoextra" que sí que genera gráficos ggplot y puedes

Re: [R-es] Graficos: como hacer que las etiquetas no estén sobrepuestas

2020-05-12 Thread Francisco Rodriguez Sanchez
Hola Yésica, El paquete adegraphics permite mejorar muchos aspectos de las gráficas basadas en ade4, incluyendo el aspecto y posición de las etiquetas: https://cran.r-project.org/web/packages/adegraphics/vignettes/adegraphics.html#labels-customization Si usas ggplot, un paquete fantástico para

[R-es] Graficos: como hacer que las etiquetas no estén sobrepuestas

2020-05-12 Thread Yesica Pallavicini Fernandez
Hola, Estoy haciendo un PCA con el paquete ade4. En el gráfico, las etiquetas de las especies suelen quedar sobrepuestas unas sobre las otras y no se pueden distinguir individualmente. ¿Hay alguna manera de generar un poco de espacio entre ellas para poder visualizarlas todas? gracias Yésica

Re: [R] My dream ...

2020-05-12 Thread Heinz Tuechler
Abby Spurdle wrote/hat geschrieben on/am 12.05.2020 10:38: In my opinion the advantage of computers is not Artificial Intelligence, but rather Artificial Patience (most AI that I have seen is really doing a bunch of what I would consider to be boring, really fast so people don't have to). Leave

Re: [R] My dream ...

2020-05-12 Thread Abby Spurdle
> In my opinion the advantage of computers is not Artificial > Intelligence, but rather Artificial Patience (most AI that I have seen > is really doing a bunch of what I would consider to be boring, really > fast so people don't have to). Leave the Intelligence to the people. Hmmm...

[R] Classification of wind events

2020-05-12 Thread Stefano Sofia
Dear R list users, I am aware that this question is not strictly related, at the present moment, to R code and it is more general. Please forgive me, but I need to share my thoughts with you. Foehn conditions on the southern slope of Alps happen with strong northerly flows that impact

Re: [R] Date format

2020-05-12 Thread Rainer Hurling
Hi Medic, Am 10.05.20 um 09:15 schrieb Medic: I took a SAMPLE CODE (for Connected scatterplot) from the R gallery and applied to MY DATA, but got: "Don't know how to automatically pick scale for object ..." P.S. 1) R ver. 4.0 (Yes, Jeff); 2) Attached: mydata_dput (1 КБ) SAMPLE CODE

Re: [R-es] library ggplot2, swirl, car, lattice. No consigo abrir bibliotecas

2020-05-12 Thread Jesús Para Fernández
As� es. Para instalar es con comillas y para cargar sin elllas Obtener Outlook para Android From: R-help-es on behalf of Isidro Hidalgo Arellano Sent: Tuesday, May 12, 2020 8:24:01 AM To: 'DAVID MENCHEN MARTINEZ' ; R-help-es@r-project.org

Re: [R-es] library ggplot2, swirl, car, lattice. No consigo abrir bibliotecas

2020-05-12 Thread Isidro Hidalgo Arellano
No uses comillas en library()... Un saludo Isidro Hidalgo Arellano Observatorio del Mercado de Trabajo Consejería de Economía, Empresas y Empleo http://www.castillalamancha.es/ -Mensaje original- De: R-help-es En nombre de DAVID MENCHEN MARTINEZ Enviado el: lunes, 11 de mayo de 2020

[R] Convex hulls after nMDS or PCoA

2020-05-12 Thread Fernando Archuby
Dear all. I need to build convex hulls around groups of points of an ordination (nMDS or PCoA). The groups were independently established with cluster analysis. I have learnt to plot convex hulls but would need to create every of the 21 groups independently. Do you know how could I just add the