problems with the lmest function in R

19 Views Asked by At

When fitting the model for latent transition using R's LMest package, I had problems inserting covariates into the fit. My response variables are binary and my adjustment variables are binary. My database is in long format as the prints will show. I tried a few ways but they all return the same error message. I will post prints that show. Important note: The base is balanced. I'm waiting for answers that help me.

database enter image description here

fit

enter image description here

error message

enter image description here

enter image description here

I tried several ways and it returns the same error message.

0

There are 0 best solutions below