3 Questions 1 Answers 0 Followers
Questions related from Tommaso Currò
hello, I am running a GLMM model in R using lme4. The model includes random slopes and intercept and converges, but when I check the parameters (using car::ANOVA), none is significant. Also...
11 January 2023 1,124 3 View
Hello, I ran GLMMs and Multilevel Bayesian model on the accuracy of participants. The p-value result (barely) significant (.048), while the Bayesian model does not include that factor as...
08 July 2022 7,698 10 View
Hello, I have a mixed model that implements two different slopes for the random intercepts, as below: ''' glmer(resp ~ F1+ F2+ (1+F1| Num_part) + (1+F2| Num_part) ''' How do interpret the two...
04 February 2022 962 2 View