Is there a generalized linear mixed-effects model implementation for R that
could handle misclassified binary data? Unless I have overlooked something
in the documentation, glmer with family=binomial(link="probit") does not
handle misclassification. Closest to what I have found was misclass, which
implements Hausman et al. 1998, in an old McSpatial package version 1.1.1,
but it is no longer available and does not handle random effects.

Hausman, J. A., Abrevaya, J., & Scott-Morton, F. M. (1998).
Misclassification of the dependent variable in a discrete-response setting.
Journal of Econometrics, 87(2), 239-269.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to