Questions tagged as 'lme4'

1
answer

Predict 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 <- data_frame( xx1 = runif(n, min = 0, max = 10)...
asked by 26.01.2018 / 12:17
1
answer

GLMM - 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 behavioral variables, ranging from 0 to 10, to facili...
asked by 04.03.2018 / 01:30
0
answers

Confidence 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 different time periods. However, when I use the code: library (MASS) confint (allspecies4) I onl...
asked by 07.09.2018 / 14:50