Re: [R] SE for all fixed factor effect in GLMM

2018-12-29 Thread Heinz Tuechler
maybe qvcalc https://cran.r-project.org/web/packages/qvcalc/index.html is useful for you. Marc Girondot via R-help wrote/hat geschrieben on/am 30.12.2018 05:31: Dear members, Let do a example of simple GLMM with x and G as fixed factors and R as random factor: (note that question is the same

Re: [R] Proposed changes to the R Language

2018-12-29 Thread Jeff Newmiller
I don't think you can assume that any of this _research_ was ever on any R-core burner at all. But as Bert said, this would not be where such discussion occurred if it was... go to r-devel to find out, or better yet contact the researchers themselves. On December 29, 2018 9:53:01 PM PST, angus

Re: [R] [FORGED] SE for all fixed factor effect in GLMM

2018-12-29 Thread Rolf Turner
On 12/30/18 5:31 PM, Marc Girondot via R-help wrote: Dear members, Let do a example of simple GLMM with x and G as fixed factors and R as random factor: (note that question is the same with GLM or even LM): x <- rnorm(100) y <- rnorm(100) G <- as.factor(sample(c("A", "B", "C", "D"), 100,

[R] SE for all fixed factor effect in GLMM

2018-12-29 Thread Marc Girondot via R-help
Dear members, Let do a example of simple GLMM with x and G as fixed factors and R as random factor: (note that question is the same with GLM or even LM): x <- rnorm(100) y <- rnorm(100) G <- as.factor(sample(c("A", "B", "C", "D"), 100, replace = TRUE)) R <- as.factor(rep(1:25, 4)) library(lm

Re: [R] Proposed changes to the R Language

2018-12-29 Thread jacob bogers
It has some good ideas, but R (my personal assesment) is not build for superspeed, but for superease of use.)) On Fri, Dec 28, 2018 at 3:01 PM Angus C Hewitt (DHHS) < angus.hew...@dhhs.vic.gov.au> wrote: > Hi Team, > > Please advise if there are any plans in the pipeline for change the R > langu