ajdamico / convey

variance of distribution measures estimation of survey data
GNU General Public License v3.0
17 stars 7 forks source link

linearized design covariance matrix #463

Open ajdamico opened 6 months ago

ajdamico commented 6 months ago

poverty & richness:

svyarpt
svyarpr
svyrmir
svyrmpg
svypoormed
svyfgt & svyfgtdec
svywatts & svywattsdec
svyrich

inequality:

svygpg
svyqsr
svylorenz
svygini
svyzenga
svyatk
svygei & svygeidec
svyjdiv & svyjdivdec
ajdamico commented 6 months ago

the main change is to svyby.convey.design https://github.com/ajdamico/convey/blob/c4647ff50b92cde52ec06ffa42911e4e0918c90c/R/all_funs.R#L368

ajdamico commented 3 months ago

testthat script similar to https://github.com/ajdamico/convey/blob/master/tests/testthat/test-skewed_distributions.R

ajdamico commented 3 months ago

two approaches to solve:

the first would be writing a new svyby.convey.design

the second we've stared in the paused work here https://github.com/ajdamico/convey/tree/covariance_draft which is an edit to the subsetting [ methods

ajdamico commented 3 months ago