Guilherme Jacob

Results 16 comments of Guilherme Jacob

Here's the code. It seems to match IBGE's publication. ``` # attempt to replicate numbers in # https://biblioteca.ibge.gov.br/visualizacao/livros/liv101390.pdf library(downloader) # define directories output_dir

There might be. If we introduce a variable identifying the dataset type, like "special" or "quarterly", it is possible to use the same function. However, new variables such as visit...

[Howes & Lanjouw (1998)](http://www.roiw.org/1998/99.pdf) paper related to this and poverty statistics, just in case.

This matches some results of [this](https://mics-surveys-prod.s3.amazonaws.com/MICS5/Latin%20America%20and%20Caribbean/Guyana/2014/Final/Guyana%202014%20MICS_English.pdf#page=348), although the SE for literacy rate among men is different. ``` library( haven ) load( "~\\mics\\Guyana\\2014\\wm.rda" ) wm

@ajdamico , I don't really know. They used SPSS for this. Since our SE estimates are slightly higher, I'd like to try some `fpc=` approach. Can you help me with...

I think they use fpc or different strata. [This SPSS file](https://github.com/ajdamico/asdfree/files/693580/SE01.Sampling.Error.Calculation.txt) shows how the plan is set. [This one](https://github.com/ajdamico/asdfree/files/693579/SE02.Strata.pairs.txt) shows how they create new strata. [SE03 Calculate.txt](https://github.com/ajdamico/asdfree/files/693578/SE03.Calculate.txt): this calculates the...

This is better. Thanks, @ajdamico! ``` library(lodown) mics_catalog

Ok, I was able to replicate [this](https://statisticalhorizons.com/wp-content/uploads/2012/01/combchi.sas) example (I don't think it's great, but works). There's a lot of warnings to this method. And I don't know how to integrate...

The test was meant for cases when `m = 3`. So, We have the following warnings: > The pooled Chi^2-test can be used when k is large, if U and...