Re: [R] Code \255 no longer working to produce a short dash in base R PDF graphs

2025-02-20 Thread Duncan Murdoch
On 2025-02-19 6:36 a.m., Paul Sherliker via R-help wrote: I make graphs, in large quantities, for perfectionists. My bosses do not like the results of text like 'baseline-defined' in graphs; they feel that the resulting dash is too long. For many years, I have been in the habit of producing gr

Re: [R] Discrepancy in imputed data results across different operating systems

2025-02-20 Thread Duncan Murdoch
Normally I'd say you should post a reproducible example where you get a discrepancy, but that's already been done in an open bug report here: https://github.com/amices/mice/issues/688 . Duncan Murdoch On 2025-02-20 4:19 a.m., Bullinger, Johannes wrote: Hi, I am currently facing an issue wit

Re: [R] Problems with package nlme

2025-02-20 Thread Ivan Krylov via R-help
Dear Stephan Weinbruch, I'm afraid it's data(RatPupWeight, package = 'nlme'). -- Best regards, Ivan __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] Code \255 no longer working to produce a short dash in base R PDF graphs

2025-02-20 Thread Ivan Krylov via R-help
В Wed, 19 Feb 2025 11:36:15 + Paul Sherliker via R-help пишет: > text(1, 11, "baseline\255defined") > text(1, 9, "done") > graphics.off() > > They like that dash - but I never knew what it was called. > > Recently work updated my PC to the latest version of Windows, and, > perforce, I updat

[R] Problems with package nlme

2025-02-20 Thread Weinbruch, Stephan
Hi, I cannot any longer load a dataset fom the package nlme. When I try to load the dataset RatPubWeight with the data() command, I get a warning (Warnmeldung: In data(RatPubWeight) : Datensatz 'RatPubWeight' nicht gefunden). With data(package = "nlme") I can see that the dataset RatPubWeight i

[R] Code \255 no longer working to produce a short dash in base R PDF graphs

2025-02-20 Thread Paul Sherliker via R-help
I make graphs, in large quantities, for perfectionists. My bosses do not like the results of text like 'baseline-defined' in graphs; they feel that the resulting dash is too long. For many years, I have been in the habit of producing graphs with shorter dashes as follows: pdf("myfile.pdf") plo

[R] Discrepancy in imputed data results across different operating systems

2025-02-20 Thread Bullinger, Johannes
Hi, I am currently facing an issue with data imputation in R using the random forest method from the MICE package. Specifically, I have imputed data that was missing completely at random (MCAR) using the following R code: # IMPUTATION set.seed(500) # Perform multiple imputation imputed_dat