Re: [R] stats:: spline's method could not be monoH.FC

2020-05-11 Thread Abby Spurdle
Hi Martin, (In regards to your last ***two*** posts). (Excerpt, post one) > Well, as I know spent enough time reading and thinking, I'd > really like to add method = "clamped" to splinefun() and also > the other one where fix the 2nd derivatives (to arbitrary values > instead of zero).

Re: [R] genericSummary in LSAfun

2020-05-11 Thread Abby Spurdle
Does increasing the value of k (the second argument) help? Also, if I understand the documentation correctly, the first argument should a single string, not a data.frame. I note that the paste function (with collapse="") can be used to turn a character vector into a single string. On Sat, May

Re: [R] the volcano orientation

2020-05-11 Thread Richard O'Keefe
Like other countries, New Zealand revises its maps and its coordinate system from time to time. The one in use at the time that image was digitised is probably the one described here: https://www.linz.govt.nz/data/geodetic-system/datums-projections-heights/projections/new-zealand-map-grid-nzmg

Re: [R] R package for discrete-time competing-risk anlayses..

2020-05-11 Thread Bert Gunter
Search! "discrete time competing risk analysis" on rseek.org The survival task view on CRAN: https://CRAN.R-project.org/view=Survival Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom

[R] R package for discrete-time competing-risk anlayses..

2020-05-11 Thread Sorkin, John
Can someone direct me to an R package that can run discrete-time competing risk analyses? Thank you, John John David Sorkin M.D., Ph.D. Professor of Medicine Chief, Biostatistics and Informatics University of Maryland School of Medicine Division of Gerontology and Geriatric Medicine

Re: [R] My dream ...

2020-05-11 Thread Jeff Newmiller
Seconded! On May 11, 2020 12:22:27 PM PDT, "Koenker, Roger W" wrote: >Definitely a fortune: > >"the advantage of computers is not Artificial >Intelligence, but rather Artificial Patience" > >Greg Snow in response to a question about automated R-analysis. > >Roger Koenker

Re: [R] My dream ...

2020-05-11 Thread Koenker, Roger W
Definitely a fortune: "the advantage of computers is not Artificial Intelligence, but rather Artificial Patience" Greg Snow in response to a question about automated R-analysis. Roger Koenker r.koen...@ucl.ac.uk Honorary Professor of Economics Department of

Re: [R] My dream ...

2020-05-11 Thread Greg Snow
It is a nice dream, but it is really abdicating ethical responsibility to the computer instead of the researcher. And I personally don't trust computers over people for this. What could go wrong? First, how do you guarantee that the statistical plan was locked in place before the data was

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

2020-05-11 Thread Emilio L. Cano
David, No estoy seguro, pero es muy posible que la ruta de tu carpeta de usuario con espacios y acentos tenga la culpa. Mira la ayuda de .libPaths() a ver si ahí ves cómo instalar los paquetes en otro sitio más “seguro" Un saludo, Emilio L. Cano http://emilio.lcano.com > El 11 may 2020, a

Re: [ESS] Anyone tried Emacs 27.1 pretest with Windows 10 ?

2020-05-11 Thread Kasper Daniel Hansen via ESS-help
On Wed, May 6, 2020 at 8:26 AM Martin Maechler via ESS-help < ess-help@r-project.org> wrote: > > I strongly suspect it is related to the (mis)feature that ESS is > monitoring things not only *R* buffers but also in *shell* buffers. > .. I think part of current modern ESS work under the assumption

Re: [R] the volcano orientation

2020-05-11 Thread John via R-help
Out of curiosity, and considering the bewildering array of projections and grids in use for various mapping purposes, you seem to be saying in your example 2 that the grid coordinates number south to north and east to west. Given scale of the coordinate numbers, would that be a national grid

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

2020-05-11 Thread DAVID MENCHEN MARTINEZ
Buenas tardes, No consigo abrir librerias con el comando >library("ggplot2") una vez instalados packages en el R-Studio. El programa me reporta lo siguiente: Error: package or namespace load failed for ‘ggplot2’ in get(Info[i, 1], envir = env): no fue posible abrir el archivo

Re: [R] My dream ...

2020-05-11 Thread Patrick (Malone Quantitative)
This isn't an R code question and you posted in HTML, but briefly: Simulate data that could arise from your study, including missing and outliers, then write code that runs th analyses. Put the code in an open-science archive. Then run it as is when you actually have the data. There will

[R] My dream ...

2020-05-11 Thread karl adenener
It would be a dream, there would be a R-based software, which I configure according to my study (type of data, limits for meaningful measurements, handling of outliers and missing measurements, test method etc.), which then reads my original measurement data and after some computing time the

Re: [R] predicting waste per capita - is a gaussian model correct?

2020-05-11 Thread Alessandra Bielli
Dear all First of all apologies for the off-topic question and for not respecting the other points. Second, thanks for your advice and opinion I will definitely consult a statistician. Regards, Alessandra On Sun, May 10, 2020 at 4:57 PM Abby Spurdle wrote: > Well, this is 100% off-topic... >

Re: [R-es] 1. character a factors (Jose Betancourt B.)

2020-05-11 Thread Jose Betancourt B.
Gracias, si funcionó, pero mejor tener más opciones El 10/5/20, jose luis escribió: > > Si eso no te va prueba esto > df2 <- data.frame(lapply(df[,c(1,2)], as.factor)) > farms.mca <- mca(df2)farms.mcaSaludosEn domingo, 10 de mayo de 2020 > 18:49:13 CEST, Emilio L. Cano escribió: > > > >> El

Re: [R] Unable to install Sequin R

2020-05-11 Thread Karl Schilling
Dear Harshita, I just tried to install seqinr on my win10 machine (R4.0) and had no problem. In your mail, you still had a typo: you wrote seqinr with an "u" - maybe that is the problem Best -- Karl Schilling __ R-help@r-project.org mailing list

Re: [R] unstable results of nlxb fit

2020-05-11 Thread PIKAL Petr
Dear all. Thank you for your answers. I will try Duncan's approach (if I could manage it). The issue is that first part of my data (actually temperature) up to certain time approximately follow one exponential. After that, another process prevails and the temperature increase starts to be

Re: [R-es] Magrittr Forward-Pipe Operator

2020-05-11 Thread Emilio L. Cano
library(dplyr) antes de usarlo Un saludo, Emilio L. Cano http://emilio.lcano.com > El 11 may 2020, a las 8:22, Manuel Mendoza > escribió: > > Buenos días, no sé por qué no encuentra la función "%>%" > > Error in data %>% gather(x, y, distmar:ice) %>% ggplot(aes(x = y, y = > ptyrup, : >

[R-es] Magrittr Forward-Pipe Operator

2020-05-11 Thread Manuel Mendoza
Buenos días, no sé por qué no encuentra la función "%>%" Error in data %>% gather(x, y, distmar:ice) %>% ggplot(aes(x = y, y = ptyrup, : no se pudo encontrar la función "%>%" p1 = data %>% ggplot(aes(x = ptyrup, fill = ptyrup)) + geom_bar(alpha = 0.8) + scale_fill_tableau() +

Re: [R] Unable to install Sequin R

2020-05-11 Thread Jim Lemon
Hi Harshita, This usually means that R-4.0.0 is sufficiently different from R-3.6.3 that seqinr no longer works in R-4.0.0. You may want to go back to R-3.6.3 if you really need it. You may also want to contact Simon Penel, the maintainer (see the seqinr package page on CRAN) for information on