Re: [R] Bug in R-Help Archives?

2023-01-27 Thread Sorkin, John
My apologies, I did not mean to be part of the discussion. If there is such a thing as a pocket email (similar to a pocket dial) the email would be classified as a pocket email. John From: R-help on behalf of Rui Barradas Sent: Friday, January 27,

Re: [R] Bug in R-Help Archives?

2023-01-27 Thread Rui Barradas
Às 07:36 de 27/01/2023, Ivan Krylov escreveu: On Fri, 27 Jan 2023 13:01:39 +0530 Deepayan Sarkar wrote: From looking at the headers in John Sorkin's mail, my guess is that he just replied to the other thread rather than starting a fresh email, and in his attempts to hide that, was outsmarted

Re: [R] Bug in R-Help Archives?

2023-01-27 Thread Rui Barradas
Às 07:31 de 27/01/2023, Deepayan Sarkar escreveu: From looking at the headers in John Sorkin's mail, my guess is that he just replied to the other thread rather than starting a fresh email, and in his attempts to hide that, was outsmarted by Outlook. This is based on references to domains such

Re: [R] implicit loop for nested list

2023-01-27 Thread Naresh Gurbuxani
Thanks everyone for their solutions. My problem is solved. Sent from my iPhone > On Jan 27, 2023, at 12:17 AM, Andrew Simmons wrote: > > I would use replicate() to do an operation with random numbers repeatedly: > > ``` > mysim <- replicate(10, { >two.mat <- matrix(rnorm(4), 2, 2) >

Re: [R-es] Resumen de R-help-es, Vol 167, Envío 10

2023-01-27 Thread Griera-yandex
Hola: Muchas gracias por responder. Lo pruebo. Saludos. On Fri, 27 Jan 2023 01:40:48 +0100 Carlos Ortega wrote: > Hola, > > Otra alternativa... > > # > > library(data.table) > > library(tidytable) > > library(stringi) > > > > df <- data.frame( V1a = sample(c("1","0"),