I want to run a logistic regression:
lrm(formula = dat$law ~ dat$argor + dat$trust.cen + dat$argor*dat$trust.cen +
dat$trust.abs + dat$argor*dat$trust.abs)
but I get this error:
Error in if (!length(fname) || !any(fname == zname)) { :
missing value where TRUE/FALSE needed
Other posts have this error, but I cannot solve the problem with any of those solutions. Any help?