Skip to content

select specific rows from regression output

3 messages · Alexander Snijders, PIKAL Petr

#
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