Skip to content
Prev 304730 / 398513 Next

select specific rows from regression output

Hi

I am not familiar with glmer but maybe you can try to give to prediction only values with BMI>25. As you did not provide data nor any code something like (untested)

predict(fit, newdata=olddata[olddata$BMI>25,])

Regards
Petr