Re: [R] Possible causes of unexpected behavior

2022-03-04 Thread Eric Berger
Please confirm that when you do the manual load and check that f(v*) matches the result from qsub() it succeeds for cases #1,#2 but only fails for #3. On Fri, Mar 4, 2022 at 10:06 AM Arthur Fendrich wrote: > Dear all, > > I am currently having a weird problem with a large-scale optimization > r

Re: [R] Looking for package for data generation for classification and regression

2022-03-04 Thread Paul Smith
On Fri, Mar 4, 2022 at 8:07 AM Ranjan Maitra wrote: > > > I am in need of generating artificial data for machine learning > > classification and regression analysis. What I am looking for is > > something similar to Python sklearn.datasets.make_classification and > > sklearn.datasets.make_regressi

Re: [R] Problem installing Rcmdr on version 4.1.2...

2022-03-04 Thread Ivan Krylov
On Fri, 4 Mar 2022 08:23:43 -0500 Brian Lunergan wrote: > Running R 4.1.2 on Linux Mint 19.3. > g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include > -I'/home/brian/R/x86_64-pc-linux-gnu-library/4.1/testthat/include' > -fpic -g -O2 -fdebug-prefix-map=/build/r-base-J7pprH/r-base

[R] copying huge strings via clipboard?

2022-03-04 Thread Carl Witthoft
Hi, This is on Windows10 via the R gui . I, admittedly inadvisably, tried to create a new character object by first copying a 1-million character string (including lead and trail "'" chars) to the clipboard and then, in the console, >> foo <- and hitting "paste" What I found is that, aroun

Re: [R] linear mixed model using lmer

2022-03-04 Thread array chip via R-help
Thanks Jeff for reminding me that the attachment is removed. I put it in my google drive if anyone wants to test the data (https://drive.google.com/file/d/1lgVZVLHeecp9a_sFxEPeg6353O-qXZhM/view?usp=sharing) I'll try the mixed model mailing list as well. John On Friday, March 4, 2022, 04:56:2

Re: [R] linear mixed model using lmer

2022-03-04 Thread Bert Gunter
Do you really think a variance from a sample size of 2 makes any sense? 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 County" comic strip ) On Fri, Mar 4, 2022 at 5:06 PM array chip vi