In my below lme() call, lb_wght is a binary variable (i.e., {0,1}) and nb_wght = 1 - lb_wght.
lme()
lb_wght
nb_wght = 1 - lb_wght
I was wondering if I could replicate