Re: [R] Is there some way to customize colours for the View output?

2024-05-07 Thread Rolf Turner
On Tue, 7 May 2024 06:34:50 -0400 Duncan Murdoch wrote: > On 07/05/2024 6:31 a.m., Iago Giné Vázquez wrote: > > Thanks Duncan. > > > > I am currently on Windows. Is there any solution for it? > > Switch to Linux or MacOS? Fortune nomination! cheers, Rolf Turner -- Honorary Research

Re: [R] [R-sig-ME] lmer error: number of observations <= number of random effects

2024-05-07 Thread Bert Gunter
I think you should seek out a local statistician with whom to consult if at all possible, as the details of your research goals and the nature of the data you have to meet those goals matter and cannot be effectively discussed in a remote forum like this. That is, to be blunt, you seem to be risk

Re: [R] [R-sig-ME] lmer error: number of observations <= number of random effects

2024-05-07 Thread Srinidhi Jayakumar via R-help
Thank you very much for your responses! What if I reduce the model to modelLSI3 <- lmer(SA ~ Index1* LSI+ (1+LSI |ID),data = LSIDATA, control = lmerControl(optimizer ="bobyqa"), REML=TRUE). This would allow me to see the random effects of LSI and I can drop the random effect of age (Index1)

[R] Problem with creating a PCA graph in a loop

2024-05-07 Thread gavin duley
Hi all, I am having enormous problems with a loop that iterates over different levels in the factor wine.data$Time (levels T06, T09, and T12) and creates a PCA and graph for individuals at that time only. These graphs need to be accessible outside the loop, so I can combine them using

Re: [R] Is there some way to customize colours for the View output?

2024-05-07 Thread Ivan Krylov via R-help
В Tue, 7 May 2024 09:51:55 + Iago Giné Vázquez пишет: > In the View help, it is told that: > > On Windows, the initial size of the data viewer window is taken > from the default dimensions of a pager (see Rconsole), but adjusted > downwards to show a whole number of rows and columns.

Re: [R] Is there some way to customize colours for the View output?

2024-05-07 Thread Duncan Murdoch
On 07/05/2024 6:31 a.m., Iago Giné Vázquez wrote: Thanks Duncan. I am currently on Windows. Is there any solution for it? Switch to Linux or MacOS? Duncan Murdoch Best regards, Iago *De:* Duncan Murdoch *Enviat

Re: [R] Is there some way to customize colours for the View output?

2024-05-07 Thread Iago Giné Vázquez
Thanks Duncan. I am currently on Windows. Is there any solution for it? Best regards, Iago De: Duncan Murdoch Enviat el: dimarts, 7 de maig de 2024 12:24 Per a: Iago Gin� V�zquez ; r-help@r-project.org Tema: Re: [R] Is there some way to customize colours for

Re: [R] Is there some way to customize colours for the View output?

2024-05-07 Thread Duncan Murdoch
If you are using X11, then the paragraph on X resources is relevant. Create a file named .Xresources in your home directory, and put a line like R_dataentry.background: green in it. On my Mac, this has to be in place before Xquartz is started. There is probably a similar restriction on other

[R] Is there some way to customize colours for the View output?

2024-05-07 Thread Iago Giné Vázquez
Hi all, As the email subject tells, I write to ask if there is the chance to customize the colours (and in particular the background) of the `View` output window. In the View help, it is told that: On Windows, the initial size of the data viewer window is taken from the default