Re: [R] Cores hang when calling mcapply

2024-12-12 Thread Deramus, Thomas Patrick
Will do! Thanks for all your help! -Thomas From: Gregg Powell Sent: Thursday, December 12, 2024 12:30 PM To: Deramus, Thomas Patrick Cc: r-help@r-project.org Subject: Re: [R] Cores hang when calling mcapply Hi Thomas, Glad to hear the suggestion helped

Re: [R] Cores hang when calling mcapply

2024-12-12 Thread Deramus, Thomas Patrick
at would have made merging back to the main key document an issue so I changed the rbind funciton to keep this from happening. Thank you for all your help on this! -Thomas DeRamus From: Gregg Powell Sent: Wednesday, December 11, 2024 2:11 PM To: Deramus, Thomas Patrick Cc:

Re: [R] Cores hang when calling mcapply

2024-12-11 Thread Deramus, Thomas Patrick
pecs of our server: Thread(s) per core: 2 Core(s) per socket: 20 Socket(s): 4 Stepping:4 CPU(s) scaling MHz: 50% CPU max MHz: 3700. CPU min MHz: 1000. From: Gregg Powell Sent: Wednesday,

Re: [R] Cores hang when calling mcapply

2024-12-11 Thread Deramus, Thomas Patrick
it reached?) Error: cons memory exhausted (limit reached?) Error: cons memory exhausted (limit reached?) From: Gregg Powell Sent: Tuesday, December 10, 2024 7:52 PM To: Deramus, Thomas Patrick Cc: r-help@r-project.org Subject: Re: [R] Cores hang when calling mcap

[R] Cores hang when calling mcapply

2024-12-10 Thread Deramus, Thomas Patrick
Hi R users. Apologies for the lack of concrete examples because the dataset is large, and it being so I believe is the issue. I multiple, very large datasets for which I need to generate 0/1 absence/presence columns Some include over 200M rows, with two columns that need presence/absence colum

[R] Tidyverse/dplyr solution for filling values of a tibble/dataframe from a column with a nested list.

2024-04-18 Thread Deramus, Thomas Patrick
Hi experts. I have a tibble​ with a column containing a nested list (>>​ data type to be specific). Looks something like the following (but in R/Arrow​ format): ID Nestedvals 001 [[1]](1,0.1)[[2]](2,0.2)[[3]](3,0.3)[[4]](4,0.4)[[5]](5,0.5) 002 [[1]](1,0.1)[[2]](2,0.2)[[3]](3,0.3)[[4]](4,0.4) 003

Re: [R] Displaying Dichotomous Variables as fractions in gtsummary Tables

2023-03-27 Thread Deramus, Thomas Patrick
Will do. Thank you! -Original Message- From: Duncan Murdoch Sent: Monday, March 27, 2023 2:31 PM To: Deramus, Thomas Patrick ; r-help@r-project.org Subject: Re: [R] Displaying Dichotomous Variables as fractions in gtsummary Tables External Email - Use Caution I think

[R] Displaying Dichotomous Variables as fractions in gtsummary Tables

2023-03-27 Thread Deramus, Thomas Patrick
Hi R Experts. Apologies if this has been shared elsewhere, but I haven't been able to find a solid answer to this. I'm wanting to create a table in gtsummary that displays entries for "Yes" and "No" as fractions rather than a relative to the total (e.g. {n} / {N} in the documentation). I real

Re: [R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-06 Thread Deramus, Thomas Patrick
ext=".pdf")) series <- xts(sin(seq(0,10,by=.1)), seq(as.Date("2022-10-06"),by="weeks",length.out=101)) p <- plot(series) sm2 <- xts(smooth(series/2), index(series)) lines(sm2, col="red") if (print.it) { print(p) title

Re: [R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-06 Thread Deramus, Thomas Patrick
ot;) lines(simplemovingaverage,type='l',col='red') print(plout) title(paste("Word Task Acquisition for Subject", WordFrame[i,1])) dev.off() } WordFrame[i,18] <- F WordFrame[i,16] <- 0 WordFrame[i,17] <- 0 } } ​ But as soon as

Re: [R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-06 Thread Deramus, Thomas Patrick
://docs.google.com/spreadsheets/d/1rPd8bv4WADCdEUhmem-u1-6HWUXKne7b/edit?usp=sharing&ouid=110307531005009211602&rtpof=true&sd=true From: Rolf Turner Sent: Wednesday, October 5, 2022 6:28 PM To: Deramus, Thomas Patrick Cc: r-help@r-project.org Subject: Re: [R] Ge

Re: [R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-06 Thread Deramus, Thomas Patrick
ine at WordFrame[i,7] } else { { pdf(file = "Word_Task_Acquisition.pdf") plout <- plot(original_series) lines(simplemovingaverage) title(paste("Word Task Acquisition for Subject")) dev.off() } } } ___

[R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-04 Thread Deramus, Thomas Patrick
Sorry to cross-post on Stackoverflow and here but I'm having some difficulty. https://stackoverflow.com/questions/73942794/still-getting-error-in-ect-plot-new-has-not-been-called-yet-despite-grouping Trying to make a nested loop that produces PDFs off different graphs, one for ACF/PACF diagnostic