lme4 is an R package for fitting and analyzing linear, nonlinear and generalized linear mixed models.
In lm and glm models, I use functions coef and confint to achieve the goal: m = lm(resp ~ 0 + var1 + var1:…
r lme4 random-effects mixed-modelsThe qqmath function makes great caterpillar plots of random effects using the output from the lmer package. That is, qqmath …
r ggplot2 lme4 random-effectsI am trying to run a mixed-effects model that predicts F2_difference with the rest of the columns as predictors, …
r regression linear-regression lme4 mixed-modelsI am attempting to do a power analysis for a mixed-effects model using the development version of lme4 and this …
r lme4 convergenceDear Stack Overflow community, Currently I'm trying to rerun an old data analysis, binomial glmer model, (from early 2013) on the …
r lme4I am attempting to run a mixed effect model on some data but struggling with one of the fixed effects, …
r lme4 mixed-models nlmeI have a mixed effects model and I would like to see the R²- and p-value. I thought this …
r lme4