Shikhar Mishra

Results 60 issues of Shikhar Mishra

[SUDAAN](https://www.rti.org/impact/sudaan-statistical-software-analyzing-correlated-data) says that: - Taylor series linearization (GEE for regression models) - Jackknife - Balance repeated replication (BRR). are the three most "robust" variance estimation algorithms. By "robust" do they...

food for thought

[`svyrep`](https://github.com/cran/survey/blob/master/R/surveyrep.R) has the R code for many of the algorithms we have tried implementing in Julia for replicate designs. - [ ] line 31 - `jk1weights` - [ ] line...

enhancement

Right now `mean` `total` etc work with `design::ReplicateDesign` We could add `mean` `total` etc with a Horwitz Thompson style estimator and variance using Hartley-Rao approximation. We still dont know how...

food for thought
maths heavy

We had implemented `ht_svytotal` and `HT_HartleyRaoVarApprox` in the `ht.jl` file 1. Since HT total is design agnostic weighted total, and you only need weighting info to calculate the total/mean, it...

enhancement
medium priority

Nalimilan wrote: "One area where you can probably improve on the R package quite easily is that, at least for designs with replicate weights, thanks to the [StatisticalModel 2](https://github.com/JuliaStats/StatsAPI.jl/blob/main/src/statisticalmodel.jl)/[RegressionModel](https://github.com/JuliaStats/StatsAPI.jl/blob/main/src/regressionmodel.jl) interface...

In discourse post, user wrote: "For the ones coming from SAS, it would be useful to have some links to the main procedures (packages in the Julia/R parlance). I don’t...

documentation

``` if ignorefpc @warn "assuming all weights are equal to 1.0" weights = ones(nrow(data)) end ``` If population size is not know or cant be estimated for some reason, ignorefpc...

bug
enhancement
low priority

Reply to suggestions and criticisms on previous Survey post on Discourse. I think most of the suggestion have/are being addressed in the package? https://discourse.julialang.org/t/suggestions-for-the-design-of-survey-jl/86381

high priority
tutorials and promotions

This PR resolves #252 - [ ] search_files.R - [ ] check_abs_connection.R - [ ] read_payrolls.R - [ ] search_catalogues.R - [ ] read_abs_local.R

To enhance testing code coverage of master branch closer to 100%. Priority files: - [ ] search_files.R - [ ] check_abs_connection.R - [ ] read_payrolls.R - [ ] search_catalogues.R -...