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
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
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,
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
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
5 matches
Mail list logo