Skip to content
Prev 327037 / 398502 Next

ERROR: missing value where TRUE/FALSE needed

In addition to what Petr said,

That message most likely means that you have some missing data where
you're not allowed to have missing data in your Datos.

Look and see if the mctp() function has an argument that controls what it
does with missing data.

-Don