Questions tagged as 'glmer'

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
1
answer

Function hnp - Package hnp of R

My template was created with the glmer function, of pacete lme4 . It is a generalized linear mixed model with Binomial response. form=status~(A1+A2+ B1 + ... + B10 +  (1 | escola)) Mod1 <- glmer(form, data = dadosesc, family = binom...
asked by 05.12.2016 / 20:04
2
answers

How to assemble models for GLM in R

I would like to make a GLM with the following variables: Variable response: EVI Independent variables: % of forest, edge density, number of fragments, temperature and precipitation. Someone could kindly help me mount the models, I ha...
asked by 10.03.2017 / 01:22
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
0
answers

GLMM with data distribution in 3 different periods in time

I'm trying to create a model in R, which involves many explanatory variables, a response variable called '' HUNTED '', and the data is spread over 3 different time periods. My dataset is too large and I've just put some of it here so you can und...
asked by 05.09.2018 / 23:11