Most voted "lme4" questions
6 questions
Sort by count of
-
4
votes1
answer316
viewsPredict function in GLMM
Edited When we use a traditional logistic regression and make a prediction in R for example: library(dplyr) n = 300 xx<-c("r1","r2","r3","r4","r5") xxx<-c("e1","e2","e3") p=0.3 df1 <-…
-
2
votes1
answer43
viewsGLMM - Prediction with ID
Friends, I have different companies with different characteristics and each company has the same positions I selected the data of several members of each position of each company and noted…
-
2
votes1
answer36
viewsHeterocesarean mixed effects model via lmer function
I am adjusting a mixed effects model which due to observed heterocedasticity was necessary to include an effect to accommodate it. For this purpose, using the function lme package nlme this was easy…
-
2
votes1
answer39
viewsDiagnostic analysis in mixed effects models via Plot Half-Normal chart
I am intending to perform the Plot half-normal chart for a mixed effects model that has been adjusted using the package lme4. To visualize the diagnostic analysis of this model, I intend to use…
-
1
votes0
answers84
viewsConfidence interval
I would like to generate the confidence interval values for some explanatory variables of the HUNTED response variable. The data is distributed in 3 distinct time periods. However, when I use the…
-
0
votes1
answer66
viewsProblems with the lme function with nested variables (any(notIntX <- ! apply(X, 2, const))
I’m trying to adjust a mixed effects model in which I have covariables that are nested (Varx5 | Varx6) and are considered fixed effects. However, I am trying to adjust the data and the following…