Shikhar Mishra
Shikhar Mishra
To create a Manual page on how a user can get started importing and pre processing their data. Survey datasets can be stored in variety (and sometimes esoteric) of data...
See pg 309, section 7.5 of Lohr - Sampling Design and Analysis (2010) for simple explanation and formulae required to be implemented. Closed form solutions of simple random sample are...
See [paper](https://www.scb.se/contentassets/ca21efb41fee47d293bbee5bf7be7fb3/methodological-principles-for-a-generalized-estimation-system-at-statistics-canada.pdf). Linked to GLM.jl
Add Balanced Repeated Replication method for replicate weights. May have to create/import some helper functions for Hadamard matrix etc. - [ ] Add `brrweights()` function in new file called brr.jl...
Should follow consistency with biggest upstream dependency `DataFrames.jl`. Contributing.md file has been updated with their rules. - [ ] Existing code is consistent in formatting with `DataFrames.jl`
`svyglm`/`glm` was removed by #133 . I recall that there were a few things that needed to be updated for it to work with `SimpleRandomSample` and `StratifiedSample`? Re-add back as...
The latest `quantile` fn calculates SE using bootweights. Confidence intervals are important part of statistical analysis. Add Confidence interval lower and upper to package Usually in surveys there are three...
Make a blog post showcasing the speedups and comparisons with R, like was done in old landing page.
In R, for `apiclus2` we have: ```R library(survey) data(api) # two-stage dclus2