Re: [R] inconsistency in mclapply.....

2023-06-09 Thread Eric Berger
Hi Akshay, You do not have to quit R to run 'top'. You can have, for example, 2 windows, with R running in one and top running in the oher. Eric On Sat, Jun 10, 2023 at 12:19 AM akshay kulkarni wrote: > Dear Ivan, > Thanks for the reply. I am pressurised by a fast >

[R-es] Marcas secundarias ejes ggplot2

2023-06-09 Thread Javier Gómez Gonzalez
Estimados amigos: Quisiera saber si hay alguna forma en ggplot2 de establecer marcas secundarias en los ejes y que estas marcas secundarias no muestren etiquetas, pero sin que se dibuje las líneas minor grid. Javier Gómez González [[alternative HTML

Re: [R] inconsistency in mclapply.....

2023-06-09 Thread akshay kulkarni
Dear Ivan, Thanks for the reply. I am pressurised by a fast approaching deadline and your reply calmed me... Take a look at the following code: debug at #26: LYG <- mclapply(LYGH, FUN = arfima, mc.cores = 2, mc.preschedule = FALSE) Browse[2]> length(LYGH) [1] 357 Browse[2]>

Re: [R] inconsistency in mclapply.....

2023-06-09 Thread Ivan Krylov
On Fri, 9 Jun 2023 18:01:44 + akshay kulkarni wrote: > > LYG <- pbmclapply(LYGH,FUN = arfima,mc.cores = 2,mc.preschedule = > > FALSE) > | > > | > 0%, ETA NA^ > > It just hangs. My questions from the

Re: [R] inconsistency in mclapply.....

2023-06-09 Thread akshay kulkarni
Dear members, I think I have a hint: The doc says: mc.cleanup if set to TRUE then all children that have been forked by this function will be killed (by sending SIGTERM) before this function returns. Under normal circumstances mclapply waits for the

[R] inconsistency in mclapply.....

2023-06-09 Thread akshay kulkarni
Dear members, I am using pbmcapply to parellise my code. But the following code doesn't work: > LYG <- pbmclapply(LYGH,FUN = arfima,mc.cores = 2,mc.preschedule = FALSE) |

[R] leaps for plm - looking for variable selection software for panel data

2023-06-09 Thread Ashim Kapoor
Dear all, I have a small query. Just like we have package leaps which can do variable selection for a linear model, do we have any technique/software for variable selection for panel data? Here are the links to the mentioned packages: https://cran.r-project.org/web/packages/leaps/leaps.pdf

Re: [R] error in arfima...

2023-06-09 Thread Martin Maechler
> akshay kulkarni > on Mon, 5 Jun 2023 14:11:12 + writes: > Dear Martin, > Sad that the bug is beyond your ken... well, that's not exactly what I tried to say (and I did ask you for more output from your R session and also asked about what happens if you try things