I am trying to predict a binary result with a model that includes a random effect using survey data. I have included a description of the sample design below, so feel free to comment on my approach to weighting the survey. My main question is how to incorporate a random effect into a balanced research model. Here is the code up to this point:
# Libraries library(survey)
I would like a random effect to be in the area. Thanks,
Sampling Description:
MICS 2006 used a two-stage stratified sample. In the first stage of sampling, 300 census regions were selected (124 city and 176 rural experts). This is a subset of 660 EAs (281 urban and 379 rural) selected for GLSS 5. The clusters in each were selected using a systematic sample with a probability proportional to their size.
source share