4.4 Domain Selection

After conducting the necessary validations, the rule is set to include in the study the domains that have:

  • Two or more PSUs per domain.
  • An estimated design effect greater than 1 in all categories.
indicador_dam1 <- indicador_dam %>%
  filter(n_upm >= 2,
         Desocupado_deff > 1,
         Ocupado_deff > 1,
         Inactivo_deff > 1)  %>%
  mutate(id_orden = 1:n())

saveRDS(object = indicador_dam1, "Recursos/05_Empleo/02_base_modelo.Rds")
dam2 n_upm n_ocupado n_desocupado n_inactivo Ocupado Ocupado_se Ocupado_var Ocupado_deff Desocupado Desocupado_se Desocupado_var Desocupado_deff Inactivo Inactivo_se Inactivo_var Inactivo_deff
0101 17 784 40 487 0.6000 0.0188 0.0004 1.9501 0.0323 0.0079 1e-04 2.6463 0.3677 0.0238 0.0006 3.2225
0201 11 733 40 420 0.6033 0.0213 0.0005 2.2667 0.0450 0.0101 1e-04 2.8606 0.3517 0.0138 0.0002 1.0063
0202 11 617 25 332 0.6448 0.0470 0.0022 9.4431 0.0258 0.0066 0e+00 1.7200 0.3295 0.0448 0.0020 8.8895
0203 12 645 17 363 0.6409 0.0184 0.0003 1.5181 0.0183 0.0070 0e+00 2.7981 0.3408 0.0188 0.0004 1.6228
0204 11 638 69 402 0.5574 0.0258 0.0007 3.0165 0.0583 0.0131 2e-04 3.4711 0.3843 0.0253 0.0006 3.0083
0207 11 473 22 374 0.5350 0.0193 0.0004 1.3071 0.0327 0.0088 1e-04 2.1232 0.4323 0.0176 0.0003 1.0991
0209 8 434 4 307 0.5666 0.0405 0.0016 5.0127 0.0051 0.0028 0e+00 1.1608 0.4284 0.0412 0.0017 5.1834
0211 13 713 11 396 0.6232 0.0314 0.0010 4.7191 0.0103 0.0050 0e+00 2.7466 0.3665 0.0286 0.0008 3.9631
0212 9 639 49 301 0.6179 0.0274 0.0007 3.1548 0.0649 0.0292 9e-04 13.9661 0.3172 0.0235 0.0006 2.5491
0302 10 676 91 327 0.5907 0.0285 0.0008 3.6997 0.0877 0.0148 2e-04 3.0084 0.3215 0.0189 0.0004 1.8052