R's survey package interpolation handling for median estimates
问题 I'm reposting the question asked here hoping maybe to get a little more visibility. This is a question concerning Lumley's survey package for R. Specifically, its handling of interpolation for median estimation, after several hours of looking into the matter. I'm using a svyrep design which has the following form: design <- svydesign(id = ~id_directorio, strata = ~estrato, weights = ~f_pers, check.strata = TRUE, data = datos) options(survey.lonely.psu="remove") set.seed(234262762) SB2K_2 = as